From 84d80afce2a31e0855cec96cc28e63f437e32f94 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 18:56:03 +0000 Subject: [PATCH] Register Staff route and add gentle guard in RealmSwitcher link cgen-764411344ef040429acaa4b1f37886af --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index ff01e590..f3c03612 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -57,6 +57,7 @@ import FourOhFourPage from "./pages/404"; import SignupRedirect from "./pages/SignupRedirect"; import MentorshipRequest from "./pages/community/MentorshipRequest"; import MentorApply from "./pages/community/MentorApply"; +import Staff from "./pages/Staff"; const queryClient = new QueryClient(); @@ -146,6 +147,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />