completionId: cgen-b18985060d1c4be0b7562662225f773c
cgen-b18985060d1c4be0b7562662225f773c
This commit is contained in:
parent
2c79ba1f84
commit
4b2f8cfd87
1 changed files with 4 additions and 0 deletions
|
|
@ -166,6 +166,10 @@ const App = () => (
|
|||
<Route path="/research" element={<ResearchLabs />} />
|
||||
<Route path="/labs" element={<ResearchLabs />} />
|
||||
|
||||
{/* Dev-Link routes */}
|
||||
<Route path="/dev-link" element={<DevLink />} />
|
||||
<Route path="/dev-link/waitlist" element={<DevLinkProfiles />} />
|
||||
|
||||
{/* Resource routes */}
|
||||
<Route path="/docs" element={<DocsLayout />}>
|
||||
<Route index element={<DocsOverview />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue