import { ReactLocation, Router } from "@tanstack/react-location"; import Home from "./pages/Home"; import Settings from "./pages/Settings"; const location = new ReactLocation(); function App() { return ( }, { path: "settings", element: }, ]} > ); } export default App;