Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Liopun committed Mar 30, 2024
1 parent e3b3ad5 commit a6dec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function App() {
<CssBaseline />
<BrowserRouter>
<Routes>
<Route path='/home' element={<Home />} />
<Route path='/web' element={<Home />} />
<Route path='*' element={<NotFound />} />
</Routes>
</BrowserRouter>
Expand Down

0 comments on commit a6dec2c

Please sign in to comment.