completionId: cgen-cfcf8d78728f4728a95cbc35a267c8c8

cgen-cfcf8d78728f4728a95cbc35a267c8c8
This commit is contained in:
Builder.io 2025-11-06 20:00:05 +00:00
parent 148dff2b74
commit e713a21ed4

View file

@ -168,8 +168,9 @@ const App = () => (
<Route path="/research" element={<Labs />} />
<Route path="/labs" element={<Labs />} />
<Route path="/dev-link" element={<DevLink />} />
<Route path="/dev-link/profiles" element={<DevLinkProfiles />} />
<Route path="/dev-link/profiles/:profileId" element={<DevLinkProfile />} />
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />
<Route path="/dev-link/browseprofiles" element={<DevLinkProfiles />} />
<Route path="/dev-link/browseprofiles/:profileId" element={<DevLinkProfile />} />
{/* Resource routes */}
<Route path="/docs" element={<DocsLayout />}>