diff --git a/frontend/src/pages/Facility3DViewerPage.tsx b/frontend/src/pages/Facility3DViewerPage.tsx index 6478f79..7aec62d 100644 --- a/frontend/src/pages/Facility3DViewerPage.tsx +++ b/frontend/src/pages/Facility3DViewerPage.tsx @@ -1,29 +1,27 @@ -import { ArrowLeft } from 'lucide-react'; +import { Canvas } from '@react-three/fiber'; import { Link } from 'react-router-dom'; +import { ArrowLeft } from 'lucide-react'; export default function Facility3DViewerPage() { return ( -
-
+
+
Back -
- -
-

- Facility 3D Viewer -

-
-

System Maintenance

-

3D Visualization Engine is currently undergoing upgrades.

-

Please check back later.

+
+

Debug Mode: Red Cube

- - - Return to Compliance Dashboard -
+ + + + + + + + +
); }