refactor: tighten project structure and strengthen tooling
This commit is contained in:
@@ -1 +0,0 @@
|
||||
// src/components/3d/InteractiveObject.tsx
|
||||
@@ -1 +0,0 @@
|
||||
// src/components/ui/CinematicBars.tsx
|
||||
@@ -1,4 +1,4 @@
|
||||
import { useCameraMode } from "@/debug/useCameraMode";
|
||||
import { useCameraMode } from "@/hooks/debug/useCameraMode";
|
||||
|
||||
export function Crosshair(): React.JSX.Element | null {
|
||||
const cameraMode = useCameraMode();
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
// src/components/ui/LoadingScreen.tsx
|
||||
@@ -1 +0,0 @@
|
||||
// src/components/ui/MapHUD.tsx
|
||||
@@ -1 +0,0 @@
|
||||
// src/components/ui/MissionHUD.tsx
|
||||
@@ -1 +0,0 @@
|
||||
// src/components/ui/NarrativeOverlay.tsx
|
||||
Reference in New Issue
Block a user