浏览代码

remove more unused imports

Ryan Di 1 年之前
父节点
当前提交
24858c9ace
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/excalidraw/element/bounds.ts

+ 0 - 1
packages/excalidraw/element/bounds.ts

@@ -21,7 +21,6 @@ import {
 import { rescalePoints } from "../points";
 import { rescalePoints } from "../points";
 import { getBoundTextElement, getContainerElement } from "./textElement";
 import { getBoundTextElement, getContainerElement } from "./textElement";
 import { LinearElementEditor } from "./linearElementEditor";
 import { LinearElementEditor } from "./linearElementEditor";
-import { Mutable } from "../utility-types";
 import { ShapeCache } from "../scene/ShapeCache";
 import { ShapeCache } from "../scene/ShapeCache";
 import Scene from "../scene/Scene";
 import Scene from "../scene/Scene";