Wire Investors route and nav
cgen-54670606d76f4952b607c338f359c7ce
This commit is contained in:
parent
60dbe586d6
commit
f5eee49e58
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = () => (
|
|||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/realms" element={<Realms />} />
|
||||
<Route path="/investors" element={<Investors />} />
|
||||
<Route path="/admin" element={<Admin />} />
|
||||
<Route path="/feed" element={<Feed />} />
|
||||
<Route path="/teams" element={<Teams />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue