remove more unused imports

This commit is contained in:
Ryan Di 2023-12-21 17:50:15 +08:00
parent fdbf316cc1
commit 24858c9ace

View File

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