From c9a03d128158688af740b39089b07feaa94d86eb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:28:01 +0000 Subject: [PATCH] Add routes for all new pages cgen-d95d68a710154e5b97d78b18bb1810bf --- client/App.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 0cd55ad5..aebffbea 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -37,24 +37,24 @@ const App = () => ( } /> } /> + {/* Service routes */} + } /> + } /> + } /> + } /> + } /> + + {/* Resource routes */} + } /> + } /> + } /> + } /> + {/* Placeholder routes for navigation links */} } /> } /> } /> - {/* Service routes */} - } /> - } /> - } /> - } /> - } /> - - {/* Resource routes */} - } /> - } /> - } /> - } /> - {/* Legal routes */} } /> } />