From 3af2758eb38444cd2cb1630c00abc7bbb2131c99 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 20:15:01 +0000 Subject: [PATCH] completionId: cgen-72f2416843c841878514b9146c96cc80 cgen-72f2416843c841878514b9146c96cc80 --- client/App.tsx | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 660ea9bc..20d7544c 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -186,31 +186,37 @@ const App = () => ( path="/dev-link/waitlist" element={} /> + } + /> + } + /> } /> - - {/* Labs Sub-routes */} - } /> - } /> - } /> - } /> - - {/* GameForge Sub-routes */} - } /> - } /> - } /> - - {/* Corp Sub-routes */} - } /> - } /> - } /> - - {/* Foundation Sub-routes */} - } /> - } /> - - {/* Dev-Link Sub-routes */} } /> + {/* Labs Sub-routes (prefixed to avoid conflicts) */} + } /> + } /> + } /> + } /> + + {/* GameForge Sub-routes (prefixed) */} + } /> + } /> + } /> + + {/* Corp Sub-routes (prefixed) */} + } /> + } /> + } /> + + {/* Foundation Sub-routes (prefixed) */} + } /> + } /> + {/* Resource routes */} }> } />