فهرست منبع

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 { getBoundTextElement, getContainerElement } from "./textElement";
 import { LinearElementEditor } from "./linearElementEditor";
-import { Mutable } from "../utility-types";
 import { ShapeCache } from "../scene/ShapeCache";
 import Scene from "../scene/Scene";