Add /foundation/achievements route

cgen-6030a2c04b18427a8944e75fbde2af18
This commit is contained in:
Builder.io 2025-11-12 04:55:38 +00:00
parent 6711147398
commit 21bb72a467

View file

@ -338,6 +338,10 @@ const App = () => (
path="/foundation/curriculum"
element={<FoundationCurriculum />}
/>
<Route
path="/foundation/achievements"
element={<FoundationAchievements />}
/>
<Route
path="/foundation/contribute"
element={<FoundationContribute />}