Add /foundation/achievements route
cgen-6030a2c04b18427a8944e75fbde2af18
This commit is contained in:
parent
6711147398
commit
21bb72a467
1 changed files with 4 additions and 0 deletions
|
|
@ -338,6 +338,10 @@ const App = () => (
|
|||
path="/foundation/curriculum"
|
||||
element={<FoundationCurriculum />}
|
||||
/>
|
||||
<Route
|
||||
path="/foundation/achievements"
|
||||
element={<FoundationAchievements />}
|
||||
/>
|
||||
<Route
|
||||
path="/foundation/contribute"
|
||||
element={<FoundationContribute />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue