From 26b89be1225aed6423dc87c1d20aa5c7dbeed5c1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 11:04:41 +0000 Subject: [PATCH] Update routing to use nested docs routes cgen-adf5ca7dc7554bf681c5caaba31d22b2 --- client/App.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/App.tsx b/client/App.tsx index a6b7b81e..f4bde864 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -54,7 +54,14 @@ const App = () => ( } /> {/* Resource routes */} - } /> + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> } /> } />