import { BrowserRouter, Routes, Route } from "react-router-dom"; import SolarSystemScene from "./SolarSystemMain"; const App = () => { return ( } /> ); }; export default App;