Add /foundation/curriculum route
cgen-2122de2b201f4337a921ee189553db15
This commit is contained in:
parent
5cde4268e5
commit
77067d1b1f
1 changed files with 4 additions and 0 deletions
|
|
@ -333,6 +333,10 @@ const App = () => (
|
|||
/>
|
||||
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
<Route
|
||||
path="/foundation/curriculum"
|
||||
element={<FoundationCurriculum />}
|
||||
/>
|
||||
<Route
|
||||
path="/foundation/contribute"
|
||||
element={<FoundationContribute />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue