Register curriculum docs route
cgen-061c3bbc120f438f8854275ea74c62eb
This commit is contained in:
parent
9a4c6a46c4
commit
919bb12fac
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ const App = () => (
|
|||
<Route path="/docs" element={<DocsLayout />}>
|
||||
<Route index element={<DocsOverview />} />
|
||||
<Route path="tutorials" element={<DocsTutorials />} />
|
||||
<Route path="curriculum" element={<DocsCurriculum />} />
|
||||
<Route
|
||||
path="getting-started"
|
||||
element={<DocsGettingStarted />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue