completionId: cgen-5ee672a950484d13bb02b21e4a1f7046
cgen-5ee672a950484d13bb02b21e4a1f7046
This commit is contained in:
parent
92a107c3d7
commit
81c1bb284d
1 changed files with 3 additions and 1 deletions
|
|
@ -229,7 +229,9 @@ const App = () => (
|
|||
<Route path="/tutorials" element={<Tutorials />} />
|
||||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/blog/:slug" element={<BlogPost />} />
|
||||
<Route path="/community" element={<Foundation />} />
|
||||
<Route path="/community" element={<Community />} />
|
||||
<Route path="/community/teams" element={<FoundationTeams />} />
|
||||
<Route path="/community/about" element={<FoundationAbout />} />
|
||||
<Route
|
||||
path="/community/mentorship"
|
||||
element={<MentorshipRequest />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue