completionId: cgen-696485f705d241fab08faf6326a45e36

cgen-696485f705d241fab08faf6326a45e36
This commit is contained in:
Builder.io 2025-11-06 23:44:14 +00:00
parent 604905013e
commit f1221ebfcf

View file

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