From fae1badef30653b38c266f314cf9a7584081d6af Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 02:55:56 +0000 Subject: [PATCH] Add /signup route redirect preserving query cgen-ea224e8d036d44daab3ed44687f9a33b --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index 0b195df4..39763b37 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -104,6 +104,7 @@ const App = () => ( } /> } /> } /> + } /> } /> {/* Service routes */}