mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move binaryheap implementation to utils
This commit is contained in:
parent
0e2f8c958e
commit
1b56cf90fb
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import {
|
||||||
type LocalPoint,
|
type LocalPoint,
|
||||||
type Vector,
|
type Vector,
|
||||||
} from "../../math";
|
} from "../../math";
|
||||||
import BinaryHeap from "../binaryheap";
|
import BinaryHeap from "../../utils/binaryheap";
|
||||||
import { aabbForElement, pointInsideBounds } from "../shapes";
|
import { aabbForElement, pointInsideBounds } from "../shapes";
|
||||||
import { isAnyTrue, toBrandedType } from "../utils";
|
import { isAnyTrue, toBrandedType } from "../utils";
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue