diff --git a/client/App.tsx b/client/App.tsx index 4a567329..390bcce2 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -58,6 +58,7 @@ import FourOhFourPage from "./pages/404"; import SignupRedirect from "./pages/SignupRedirect"; import MentorshipRequest from "./pages/community/MentorshipRequest"; import MentorApply from "./pages/community/MentorApply"; +import MentorProfile from "./pages/community/MentorProfile"; import Staff from "./pages/Staff"; import Realms from "./pages/Realms"; import Investors from "./pages/Investors"; @@ -173,6 +174,10 @@ const App = () => ( path="/community/mentorship/apply" element={} /> + } + /> } /> } /> } />