From cdd08cd68b342576929dbeea2f618db74c50f06e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 1 Oct 2025 00:29:08 +0000 Subject: [PATCH] Add redirect route for /profile/me cgen-1114541168bd47568131246b2520477d --- client/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 0c98047a..aaef8a50 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -64,6 +64,10 @@ const App = () => ( path="/profile" element={} /> + } + /> } /> } /> } />