completionId: cgen-8e676e48733e4832b1c405e902057799
cgen-8e676e48733e4832b1c405e902057799
This commit is contained in:
parent
b03845282e
commit
bff6804eef
1 changed files with 3 additions and 0 deletions
|
|
@ -190,6 +190,9 @@ const App = () => (
|
|||
<Route path="/" element={<SubdomainPassport />} />
|
||||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/dashboard/nexus" element={<NexusDashboard />} />
|
||||
<Route path="/dashboard/foundation" element={<FoundationDashboard />} />
|
||||
<Route path="/hub/client" element={<ClientHub />} />
|
||||
<Route path="/realms" element={<Realms />} />
|
||||
<Route path="/investors" element={<Investors />} />
|
||||
<Route path="/roadmap" element={<Roadmap />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue