completionId: cgen-c69f778ca58140f9b0ccf1904f023802

cgen-c69f778ca58140f9b0ccf1904f023802
This commit is contained in:
Builder.io 2025-11-11 17:19:23 +00:00
parent 71f1f75bf0
commit 3455b17fd9

View file

@ -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 />} />