completionId: cgen-9cbca8f11d9349b397cb8fe74b0be0a2

cgen-9cbca8f11d9349b397cb8fe74b0be0a2
This commit is contained in:
Builder.io 2025-11-06 23:23:41 +00:00
parent 81c1bb284d
commit 3bb2bd6226

View file

@ -198,11 +198,6 @@ const App = () => (
<Route path="/consulting/about" element={<CorpAbout />} />
<Route path="/consulting/pricing" element={<CorpPricing />} />
{/* Foundation routes */}
<Route path="/foundation" element={<Foundation />} />
<Route path="/foundation/teams" element={<FoundationTeams />} />
<Route path="/foundation/about" element={<FoundationAbout />} />
{/* Dev-Link routes */}
<Route path="/dev-link" element={<DevLink />} />
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />