diff --git a/src/utils/label-raycast.ts b/src/utils/label-raycast.ts index 05e76043..f4f3520c 100644 --- a/src/utils/label-raycast.ts +++ b/src/utils/label-raycast.ts @@ -1,4 +1,4 @@ -import { findClosestCell } from "./index"; +import { findClosestCell } from "./graphUtils"; export interface Ray { angle: number;