Add Tutorials route to routing configuration
cgen-f7186d4c2eea47c6a2e0e1c2be7f4306
This commit is contained in:
parent
5eb15ea2e8
commit
d00fc904b7
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ const App = () => (
|
|||
|
||||
{/* Resource routes */}
|
||||
<Route path="/docs" element={<Documentation />} />
|
||||
<Route path="/tutorials" element={<Tutorials />} />
|
||||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/community" element={<Community />} />
|
||||
<Route path="/support" element={<Support />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue