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