completionId: cgen-c69f778ca58140f9b0ccf1904f023802
cgen-c69f778ca58140f9b0ccf1904f023802
This commit is contained in:
parent
71f1f75bf0
commit
3455b17fd9
1 changed files with 4 additions and 0 deletions
|
|
@ -326,6 +326,10 @@ const App = () => (
|
|||
|
||||
{/* Staff 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 />} />
|
||||
|
||||
{/* Dev-Link routes */}
|
||||
<Route path="/dev-link" element={<DevLink />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue