From 471e865c5e6ce07a1ac6eb0caaee29c1625f04a3 Mon Sep 17 00:00:00 2001 From: StempunkDev Date: Fri, 13 Feb 2026 18:12:16 +0100 Subject: [PATCH] refactor: update import path for findClosestCell utility --- src/utils/label-raycast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;