diff --git a/src/components/three/ModelViewer.tsx b/src/components/three/ModelViewer.tsx index ed7f22a..3db3b0b 100644 --- a/src/components/three/ModelViewer.tsx +++ b/src/components/three/ModelViewer.tsx @@ -786,7 +786,7 @@ function VisibilityApplier() { } - +function GridLayer() { const showGrid = useModelStore((s) => s.showGrid); const gridY = useModelStore((s) => s.gridY); if (!showGrid) return null;