mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-03 22:17:24 +02: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 {
|
export interface Ray {
|
||||||
angle: number;
|
angle: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue