From 21bb72a4673bc6ecce06574e65f944f708f9f147 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 04:55:38 +0000 Subject: [PATCH] Add /foundation/achievements route cgen-6030a2c04b18427a8944e75fbde2af18 --- client/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index b7ea8bee..d2a1bf56 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -338,6 +338,10 @@ const App = () => ( path="/foundation/curriculum" element={} /> + } + /> }