Remove unneeded imports

This commit is contained in:
Mark Tolmacs 2025-04-25 14:26:01 +02:00
parent ece841326b
commit b8fdd7ef23
No known key found for this signature in database

View file

@ -93,7 +93,6 @@ import type {
SceneElementsMap,
FixedPointBinding,
} from "./types";
import { debugDrawLine, debugDrawPoint } from "@excalidraw/utils/visualdebug";
export type SuggestedBinding =
| NonDeleted<ExcalidrawBindableElement>