completionId: cgen-94cc770a917349e59d868d30b6ac3b47
cgen-94cc770a917349e59d868d30b6ac3b47
This commit is contained in:
parent
d137c7394c
commit
9ce2b2f963
1 changed files with 18 additions and 0 deletions
|
|
@ -182,6 +182,24 @@ const App = () => (
|
|||
path="/dev-link/waitlist"
|
||||
element={<DevLinkProfiles />}
|
||||
/>
|
||||
<Route path="/dev-link/teams" element={<DevLinkTeams />} />
|
||||
|
||||
{/* Labs Sub-routes */}
|
||||
<Route path="/labs/teams" element={<LabsTeams />} />
|
||||
<Route path="/labs/about" element={<LabsAbout />} />
|
||||
<Route path="/labs/pricing" element={<LabsPricing />} />
|
||||
<Route path="/labs/case-studies" element={<LabsCaseStudies />} />
|
||||
|
||||
{/* GameForge Sub-routes */}
|
||||
<Route path="/game-development/teams" element={<GameForgeTeams />} />
|
||||
<Route path="/game-development/pricing" element={<GameForgePricing />} />
|
||||
|
||||
{/* Corp Sub-routes */}
|
||||
<Route path="/consulting/teams" element={<CorpTeams />} />
|
||||
<Route path="/consulting/pricing" element={<CorpPricing />} />
|
||||
|
||||
{/* Foundation Sub-routes */}
|
||||
<Route path="/community/teams" element={<FoundationTeams />} />
|
||||
|
||||
{/* Resource routes */}
|
||||
<Route path="/docs" element={<DocsLayout />}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue