messing around and testing

This commit is contained in:
Zamitto 2024-05-18 00:13:43 -03:00
parent cdad2f5554
commit 10943408e9
3 changed files with 55 additions and 3 deletions

View file

@ -54,6 +54,7 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
<Route path="/game/:shop/:objectID" Component={GameDetails} />
<Route path="/search" Component={SearchResults} />
<Route path="/settings" Component={Settings} />
<Route path="/splash" Component={Settings} />
</Routes>
</App>
</HashRouter>