From 1b3ce825d2082608e105972b13d254111f28d24a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 1 Oct 2025 00:44:35 +0000 Subject: [PATCH] Update routing for profile and passport pages cgen-03d2bd6ed3554e108ffda397975d1ba4 --- client/App.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index aaef8a50..cf377310 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -29,6 +29,8 @@ import Status from "./pages/Status"; import Changelog from "./pages/Changelog"; import ProfilesDirectory from "./pages/ProfilesDirectory"; import ProfilePassport from "./pages/ProfilePassport"; +import Profile from "./pages/Profile"; +import LegacyPassportRedirect from "./pages/LegacyPassportRedirect"; import About from "./pages/About"; import Contact from "./pages/Contact"; import GetStarted from "./pages/GetStarted"; @@ -60,17 +62,25 @@ const App = () => ( element={} /> } /> - } - /> - } - /> + } /> + } /> + } /> - } /> - } /> + } + /> + } + /> + + } + /> + } /> + } /> } /> {/* Service routes */}