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 = () => ( } /> } /> } /> + } /> } /> } /> } />