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