diff --git a/client/App.tsx b/client/App.tsx index b36e26b0..052629dd 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -58,7 +58,8 @@ 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"; +import Realms from "./pages/Realms"; + const queryClient = new QueryClient(); @@ -74,7 +75,7 @@ const App = () => ( } /> } /> } /> - } /> + } /> } /> } /> } />