From f376ae5340a691f5e16f0faad0045aebcf751564 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 00:21:32 +0000 Subject: [PATCH] Add mentor profile route and link from directory cgen-2c0dfdae98fb4330990f183952adce9f --- client/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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={} /> + } + /> } /> } /> } />