standardize source naming conventions

This commit is contained in:
Tom Boullay
2026-04-28 14:46:27 +02:00
parent 19bad2c8be
commit 6d858cfa7d
19 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Vector3Tuple } from "./3d";
import type { Vector3Tuple } from "./three";
export interface MapNode {
name: string;