浏览代码

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";