completionId: cgen-60b4b1a8250d41c7a2a22e7e889f4451

cgen-60b4b1a8250d41c7a2a22e7e889f4451
This commit is contained in:
Builder.io 2025-11-11 17:19:59 +00:00
parent 2871eeae1d
commit 4c7f3a146a

View file

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