From 812b8696e5e64e7d7c8cc8f554e0771c943c6c03 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 07:20:38 +0000 Subject: [PATCH] Add Profile route in routes section cgen-b5d4e49338d342909def160861cfac8a --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index 2603330e..7e696486 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -38,6 +38,7 @@ const App = () => ( } /> } /> } /> + } /> } /> {/* Service routes */}