mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 23:27:23 +01:00
refactor: update import path for findClosestCell utility
This commit is contained in:
parent
2379770bfa
commit
471e865c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { findClosestCell } from "./index";
|
||||
import { findClosestCell } from "./graphUtils";
|
||||
|
||||
export interface Ray {
|
||||
angle: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue