Add all Staff arm routes
cgen-ad2b2849b68f4f6d8a1df644d4ca82a9
This commit is contained in:
parent
ea0122a552
commit
8e71d77a8b
1 changed files with 10 additions and 0 deletions
|
|
@ -360,7 +360,17 @@ const App = () => (
|
|||
element={<MentorProfile />}
|
||||
/>
|
||||
<Route path="/community/:tabId" element={<Community />} />
|
||||
|
||||
{/* Staff Arm Routes */}
|
||||
<Route path="/staff" element={<Staff />} />
|
||||
<Route path="/staff/login" element={<StaffLogin />} />
|
||||
<Route path="/staff/dashboard" element={<StaffDashboard />} />
|
||||
<Route path="/staff/directory" element={<StaffDirectory />} />
|
||||
<Route path="/staff/admin" element={<StaffAdmin />} />
|
||||
<Route path="/staff/docs" element={<StaffDocs />} />
|
||||
<Route path="/staff/achievements" element={<StaffAchievements />} />
|
||||
<Route path="/staff/chat" element={<StaffChat />} />
|
||||
|
||||
<Route path="/support" element={<Support />} />
|
||||
<Route path="/status" element={<Status />} />
|
||||
<Route path="/changelog" element={<Changelog />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue