refactor: update import path for findClosestCell utility

This commit is contained in:
StempunkDev 2026-02-13 18:12:16 +01:00
parent 2379770bfa
commit 471e865c5e

View file

@ -1,4 +1,4 @@
import { findClosestCell } from "./index";
import { findClosestCell } from "./graphUtils";
export interface Ray {
angle: number;