소스 검색

remove unused imports

Ryan Di 1 년 전
부모
커밋
eec3f67d72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";