Browse Source

remove unused imports

Ryan Di 1 year ago
parent
commit
eec3f67d72
1 changed files with 1 additions and 1 deletions
  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";