From f5eee49e58fb2343953db15cefe860d1b2592d25 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 21:45:16 +0000 Subject: [PATCH] Wire Investors route and nav cgen-54670606d76f4952b607c338f359c7ce --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 052629dd..792a3733 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -59,6 +59,7 @@ import MentorshipRequest from "./pages/community/MentorshipRequest"; import MentorApply from "./pages/community/MentorApply"; import Staff from "./pages/Staff"; import Realms from "./pages/Realms"; +import Investors from "./pages/Investors"; const queryClient = new QueryClient(); @@ -76,6 +77,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />