From a615c16d7735590ed341fe802645c5921a7b2b68 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 23:24:11 +0000 Subject: [PATCH] Add /services and /careers routes to App.tsx cgen-873935426f3a442f98b6e5329cf4c76f --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index ee967c94..eb101708 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -291,6 +291,8 @@ const App = () => ( } /> } /> } /> + } /> + } /> {/* Legal routes */} } />