import { Canvas } from '@react-three/fiber' import Box from './components/Box' function App() { return (
) } export default App;