Switch Portal to Realms route and nav
cgen-97d2417beb96407ba44f0a6d79094411
This commit is contained in:
parent
baa0aeef52
commit
44cfb298f7
1 changed files with 3 additions and 2 deletions
|
|
@ -58,7 +58,8 @@ import SignupRedirect from "./pages/SignupRedirect";
|
|||
import MentorshipRequest from "./pages/community/MentorshipRequest";
|
||||
import MentorApply from "./pages/community/MentorApply";
|
||||
import Staff from "./pages/Staff";
|
||||
import Portal from "./pages/Portal";
|
||||
import Realms from "./pages/Realms";
|
||||
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -74,7 +75,7 @@ const App = () => (
|
|||
<Route path="/" element={<Index />} />
|
||||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/portal" element={<Portal />} />
|
||||
<Route path="/realms" element={<Realms />} />
|
||||
<Route path="/admin" element={<Admin />} />
|
||||
<Route path="/feed" element={<Feed />} />
|
||||
<Route path="/teams" element={<Teams />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue