From 71f44d31aff351ea736e3080ac6a5be58b792464 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 08:22:45 +0000 Subject: [PATCH] Replace NotFound usages with FourOhFourPage cgen-46a7da36d7344f7c8dbc3803d8a2983d --- client/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */} - } /> + } />