Skip to content

Commit

Permalink
Merge pull request #23 from Bug-Bust3rs/dev
Browse files Browse the repository at this point in the history
[ADD FRONTEND] : Routes #22
  • Loading branch information
Puskar-Roy authored Jul 15, 2024
2 parents e42c63e + 1c7489a commit c1187c5
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 c1187c5

Please sign in to comment.