completionId: cgen-8e676e48733e4832b1c405e902057799

cgen-8e676e48733e4832b1c405e902057799
This commit is contained in:
Builder.io 2025-11-15 08:52:55 +00:00
parent b03845282e
commit bff6804eef

View file

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