completionId: cgen-8121f1a9b2fe44e4b68801c81eb46b49

cgen-8121f1a9b2fe44e4b68801c81eb46b49
This commit is contained in:
Builder.io 2025-11-08 02:54:57 +00:00
parent af3aaaa260
commit 352774ca41

View file

@ -256,6 +256,9 @@ const App = () => (
element={<DevLinkProfiles />}
/>
{/* Nexus routes */}
<Route path="/nexus" element={<Nexus />} />
{/* Resource routes */}
<Route path="/docs" element={<DocsLayout />}>
<Route index element={<DocsOverview />} />