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