Skip to content

Commit

Permalink
Trying to fix the app text with an update on the index
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Mar 13, 2024
1 parent d7a0a7a commit 4ca2be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ root.render(
<Route path="/firstGame" element={<FirstGame/>}></Route>
<Route path="/menu" element={<Menu/>}></Route>
<Route path="/login" element={<Login/>}></Route>
<Route path="/App" element={<App />}></Route>
</Routes>
</Router>
</React.StrictMode>
Expand Down

0 comments on commit 4ca2be4

Please sign in to comment.