Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Dec 26, 2024
1 parent 9ce18ca commit 381cc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const App = () => {
</Navbar>
<AuthProvider>
<Routes>
<Route path={router.main} element={<MainPage />} />
<Route path={router.login} element={<LoginPage />} />
<Route path={router.mainPath} element={<MainPage />} />
<Route path={router.loginPath} element={<LoginPage />} />
<Route path="*" element={<PageNotFound />} />
</Routes>
</AuthProvider>
Expand Down

0 comments on commit 381cc42

Please sign in to comment.