diff --git a/client/App.tsx b/client/App.tsx
index 721468d9..3124868b 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -382,15 +382,78 @@ const App = () => (
} />
{/* Docs routes */}
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
+
+
+
+ }
+ />
{/* Explicit 404 route for static hosting fallbacks */}
} />