src/pages/base.jsx
@@ -26,7 +26,7 @@ <TreeGroup /> <House /> <Warehouse /> <Box position={[0, 0, 0]} /> <Demo position={[0, 0, 0]} /> <OrbitControls /> <Environment background preset="night" /> <Help /> @@ -36,7 +36,7 @@ ) } const Box = (props) => { const Demo = (props) => { const ref = useRef() const [hovered, hover] = useState(false) const [clicked, click] = useState(false)