Lint: remove unused import

feat/remove-ga
Mark Tolmacs 4 days ago
parent b23c2f830e
commit f30fd4993a
No known key found for this signature in database

@ -74,7 +74,6 @@ import {
} from "../../math"; } from "../../math";
import { intersectElementWithLineSegment } from "./collision"; import { intersectElementWithLineSegment } from "./collision";
import { distanceToBindableElement } from "./distance"; import { distanceToBindableElement } from "./distance";
import { debugClear, debugDrawLine, debugDrawPoint } from "../visualdebug";
export type SuggestedBinding = export type SuggestedBinding =
| NonDeleted<ExcalidrawBindableElement> | NonDeleted<ExcalidrawBindableElement>

Loading…
Cancel
Save