diff --git a/client/App.tsx b/client/App.tsx index ba9e19f1..c22571fd 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -27,85 +27,87 @@ const queryClient = new QueryClient(); const App = () => ( - - - - - - - } /> - } /> - } /> - } /> + + + + + + + + } /> + } /> + } /> + } /> - {/* Service routes */} - } /> - } /> - } /> - } /> - } /> + {/* Service routes */} + } /> + } /> + } /> + } /> + } /> - {/* Resource routes */} - } /> - } /> - } /> - } /> + {/* Resource routes */} + } /> + } /> + } /> + } /> - {/* Placeholder routes for navigation links */} - - } - /> - - } - /> - - } - /> + {/* Placeholder routes for navigation links */} + + } + /> + + } + /> + + } + /> - {/* Legal routes */} - - } - /> - - } - /> + {/* Legal routes */} + + } + /> + + } + /> - {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} - } /> - - - - + {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} + } /> + + + + + );