Move binaryheap implementation to utils

This commit is contained in:
Mark Tolmacs 2024-09-23 17:21:54 +02:00
parent 0e2f8c958e
commit 1b56cf90fb
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -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 {