diff --git a/client/App.tsx b/client/App.tsx index a4c5b6a5..52dd00c1 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -20,37 +20,39 @@ const App = () => ( - - } /> - } /> + + + } /> + } /> - {/* Placeholder routes for navigation links */} - } /> - } /> - } /> - } /> - } /> + {/* Placeholder routes for navigation links */} + } /> + } /> + } /> + } /> + } /> - {/* Service routes */} - } /> - } /> - } /> - } /> - } /> + {/* Service routes */} + } /> + } /> + } /> + } /> + } /> - {/* Resource routes */} - } /> - } /> - } /> - } /> + {/* Resource routes */} + } /> + } /> + } /> + } /> - {/* Legal routes */} - } /> - } /> + {/* Legal routes */} + } /> + } /> - {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} - } /> - + {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} + } /> + +