From 6fa8a9ab81c88cba3d25887307e3b0b218e9bd86 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 21:02:34 +0000 Subject: [PATCH] Add Ethos curriculum docs route cgen-ffa593c0c0b24d5580d4c633aff66bbd --- client/App.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 7e826efc..7c63790f 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -511,6 +511,14 @@ const App = () => ( } /> + + + + } + /> {/* Internal Docs Hub Routes */} } />