diff --git a/client/App.tsx b/client/App.tsx index 55d87392..74366e45 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -99,9 +99,9 @@ const App = () => ( } /> {/* Explicit 404 route for static hosting fallbacks */} - } /> + } /> {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} - } /> + } />