From cc0906fad51acc45a667c71ed846c11ea3e10440 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 18:59:53 +0000 Subject: [PATCH] Prettier format pending files --- client/App.tsx | 81 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 72 insertions(+), 9 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 721468d9..3124868b 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -382,15 +382,78 @@ const App = () => ( } /> {/* Docs routes */} - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> {/* Explicit 404 route for static hosting fallbacks */} } />