Skip to content

Commit

Permalink
fix : routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Puskar-Roy committed Jul 15, 2024
1 parent b4af7b2 commit 1c7489a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ function App() {
element={<Home />}
/>
<Route path="/login" element={<Login />} />
<Route path="/profile" element={ <ProfileSetup/> }/>
<Route path="/register" element={ <Register/> }/>
<Route path="/profile" element={ <ProfileSetup/> } />


</Routes>

</>
Expand Down

0 comments on commit 1c7489a

Please sign in to comment.