From ed2aee92b92feef52124bb73c21062b22b64415d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 01:19:19 +0000 Subject: [PATCH] Add ResetPassword route cgen-520c87f60e594677bf3f34e8dfd91e26 --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index fb4b997e..1ea3a0e6 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -103,6 +103,7 @@ const App = () => ( } /> } /> } /> + } /> {/* Service routes */} } />