completionId: cgen-4a4a1db11c1c42e4915ee89933940bc0
cgen-4a4a1db11c1c42e4915ee89933940bc0
This commit is contained in:
parent
007af132ea
commit
dc8748f3db
1 changed files with 4 additions and 0 deletions
|
|
@ -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 />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue