Răsfoiți Sursa

remove unused imports

Ryan Di 1 an în urmă
părinte
comite
eec3f67d72
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/excalidraw/tests/flip.test.tsx

+ 1 - 1
packages/excalidraw/tests/flip.test.tsx

@@ -18,7 +18,7 @@ import {
   FileId,
 } from "../element/types";
 import { newLinearElement } from "../element";
-import { Excalidraw, isLinearElement } from "../index";
+import { Excalidraw } from "../index";
 import { mutateElement } from "../element/mutateElement";
 import { NormalizedZoomValue } from "../types";
 import { ROUNDNESS } from "../constants";