move debug components out of utils

This commit is contained in:
2026-04-28 14:47:26 +02:00
parent e20ead88e1
commit 2dd5bfeda1
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Suspense } from "react";
import { Canvas } from "@react-three/fiber";
import { Crosshair } from "@/components/ui/Crosshair";
import { InteractPrompt } from "@/components/ui/InteractPrompt";
import { DebugPerf } from "@/utils/debug/DebugPerf";
import { DebugPerf } from "@/components/debug/DebugPerf";
import { World } from "@/world/World";
export function HomePage(): React.JSX.Element {