mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
messing around and testing
This commit is contained in:
parent
cdad2f5554
commit
10943408e9
3 changed files with 55 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue