Skip to content

Commit

Permalink
Refactor code: Remove unused route and update media links handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mayura-andrew committed Oct 6, 2024
1 parent 4ad7d95 commit 5e07bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const App: React.FC = () => {
<Route path="/mentors" element={<Mentors />} />
<Route path="/mentors/:mentorId" element={<MentorProfile />} />
<Route path="/mentees/:menteeId" element={<MenteeProfile />} />

<Route path="/settings" element={<EditProfileForm />} />
<Route path="/resetpassword" element={<PasswordReset />} />
</Routes>
Expand Down

0 comments on commit 5e07bb6

Please sign in to comment.