diff --git a/packages/excalidraw/element/routing.ts b/packages/excalidraw/element/routing.ts index 52c9490d78..4f4501a253 100644 --- a/packages/excalidraw/element/routing.ts +++ b/packages/excalidraw/element/routing.ts @@ -12,7 +12,7 @@ import { type LocalPoint, type Vector, } from "../../math"; -import BinaryHeap from "../binaryheap"; +import BinaryHeap from "../../utils/binaryheap"; import { aabbForElement, pointInsideBounds } from "../shapes"; import { isAnyTrue, toBrandedType } from "../utils"; import { diff --git a/packages/excalidraw/binaryheap.ts b/packages/utils/binaryheap.ts similarity index 100% rename from packages/excalidraw/binaryheap.ts rename to packages/utils/binaryheap.ts