Wire Investors route and nav

cgen-54670606d76f4952b607c338f359c7ce
This commit is contained in:
Builder.io 2025-10-18 21:45:16 +00:00
parent 60dbe586d6
commit f5eee49e58

View file

@ -59,6 +59,7 @@ import MentorshipRequest from "./pages/community/MentorshipRequest";
import MentorApply from "./pages/community/MentorApply"; import MentorApply from "./pages/community/MentorApply";
import Staff from "./pages/Staff"; import Staff from "./pages/Staff";
import Realms from "./pages/Realms"; import Realms from "./pages/Realms";
import Investors from "./pages/Investors";
const queryClient = new QueryClient(); const queryClient = new QueryClient();
@ -76,6 +77,7 @@ const App = () => (
<Route path="/onboarding" element={<Onboarding />} /> <Route path="/onboarding" element={<Onboarding />} />
<Route path="/dashboard" element={<Dashboard />} /> <Route path="/dashboard" element={<Dashboard />} />
<Route path="/realms" element={<Realms />} /> <Route path="/realms" element={<Realms />} />
<Route path="/investors" element={<Investors />} />
<Route path="/admin" element={<Admin />} /> <Route path="/admin" element={<Admin />} />
<Route path="/feed" element={<Feed />} /> <Route path="/feed" element={<Feed />} />
<Route path="/teams" element={<Teams />} /> <Route path="/teams" element={<Teams />} />