refactor: tighten project structure and strengthen tooling

This commit is contained in:
Tom Boullay
2026-04-16 10:45:05 +02:00
parent fd8b462e1c
commit 71c22386be
57 changed files with 362 additions and 519 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Canvas } from "@react-three/fiber";
import { Crosshair } from "@/components/ui/Crosshair";
import { DebugPerf } from "@/debug/DebugPerf";
import { DebugPerf } from "@/utils/debug/DebugPerf";
import { World } from "@/world/World";
function App(): React.JSX.Element {