From 44cfb298f71cf95bb01d4d6b19386cbc43ddf11e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:27:49 +0000 Subject: [PATCH] Switch Portal to Realms route and nav cgen-97d2417beb96407ba44f0a6d79094411 --- client/App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = () => ( } /> } /> } /> - } /> + } /> } /> } /> } />