completionId: cgen-60b4b1a8250d41c7a2a22e7e889f4451
cgen-60b4b1a8250d41c7a2a22e7e889f4451
This commit is contained in:
parent
2871eeae1d
commit
4c7f3a146a
1 changed files with 2 additions and 0 deletions
|
|
@ -332,6 +332,8 @@ const App = () => (
|
|||
<Route path="/staff/dashboard" element={<StaffDashboard />} />
|
||||
<Route path="/staff/directory" element={<StaffDirectory />} />
|
||||
<Route path="/staff/admin" element={<StaffAdmin />} />
|
||||
<Route path="/staff/chat" element={<StaffChat />} />
|
||||
<Route path="/staff/docs" element={<StaffDocs />} />
|
||||
|
||||
{/* Dev-Link routes */}
|
||||
<Route path="/dev-link" element={<DevLink />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue