From ce950861c3cae1f9ab302e1220084acada94c440 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:21:58 +0000 Subject: [PATCH] Add /portal route and nav link cgen-79909052b5354cafaa1e1074c6e0bb78 --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index f6231738..b36e26b0 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -58,6 +58,7 @@ import SignupRedirect from "./pages/SignupRedirect"; import MentorshipRequest from "./pages/community/MentorshipRequest"; import MentorApply from "./pages/community/MentorApply"; import Staff from "./pages/Staff"; +import Portal from "./pages/Portal"; const queryClient = new QueryClient(); @@ -73,6 +74,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />