Explorar el Código

remove unused imports

Ryan Di hace 1 año
padre
commit
eec3f67d72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/excalidraw/tests/flip.test.tsx

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

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