completionId: cgen-696485f705d241fab08faf6326a45e36
cgen-696485f705d241fab08faf6326a45e36
This commit is contained in:
parent
604905013e
commit
f1221ebfcf
1 changed files with 6 additions and 0 deletions
|
|
@ -172,6 +172,12 @@ const App = () => (
|
|||
<Route path="/research" element={<ResearchLabs />} />
|
||||
<Route path="/labs" element={<ResearchLabs />} />
|
||||
|
||||
{/* New Arm Landing Pages */}
|
||||
<Route path="/labs-arm" element={<Labs />} />
|
||||
<Route path="/gameforge" element={<GameForge />} />
|
||||
<Route path="/corp" element={<Corp />} />
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
|
||||
{/* Dev-Link routes */}
|
||||
<Route path="/dev-link" element={<DevLink />} />
|
||||
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue