Explorar o código

refactor: Removed redundant import from `App.tsx` (#3040)

Given it's followed by qualified import - unqualified import looks redundant, unless I'm missing some tricky edge case.
Ivan Kurnosov %!s(int64=4) %!d(string=hai) anos
pai
achega
f8beb305de
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/App.tsx

+ 0 - 1
src/components/App.tsx

@@ -4,7 +4,6 @@ import { RoughCanvas } from "roughjs/bin/canvas";
 import rough from "roughjs/bin/rough";
 import clsx from "clsx";
 
-import "../actions";
 import {
   actionAddToLibrary,
   actionBringForward,