completionId: cgen-4a4a1db11c1c42e4915ee89933940bc0

cgen-4a4a1db11c1c42e4915ee89933940bc0
This commit is contained in:
Builder.io 2025-11-15 09:04:04 +00:00
parent 007af132ea
commit dc8748f3db

View file

@ -195,6 +195,10 @@ const App = () => (
<Route path="/dashboard" element={<Dashboard />} />
<Route path="/dashboard/nexus" element={<NexusDashboard />} />
<Route path="/dashboard/foundation" element={<FoundationDashboard />} />
<Route path="/dashboard/labs" element={<LabsDashboard />} />
<Route path="/dashboard/gameforge" element={<GameForgeDashboard />} />
<Route path="/dashboard/dev-link" element={<DevLinkDashboard />} />
<Route path="/staff/dashboard" element={<StaffDashboard />} />
<Route path="/hub/client" element={<ClientHub />} />
<Route path="/realms" element={<Realms />} />
<Route path="/investors" element={<Investors />} />