From 6e4068de16d5b4cd60667501e720eeca12bd6f23 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 22:07:16 +0000 Subject: [PATCH] Wire up profiles directory routes cgen-9ac9285aabd84380a975a7fb6d3228ff --- client/App.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 74366e45..7dc73b2c 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -27,7 +27,8 @@ import Community from "./pages/Community"; import Support from "./pages/Support"; import Status from "./pages/Status"; import Changelog from "./pages/Changelog"; -import Profile from "./pages/Profile"; +import ProfilesDirectory from "./pages/ProfilesDirectory"; +import ProfilePassport from "./pages/ProfilePassport"; import About from "./pages/About"; import Contact from "./pages/Contact"; import GetStarted from "./pages/GetStarted"; @@ -59,10 +60,10 @@ const App = () => ( element={} /> } /> - } - /> + } /> + } /> + } /> + } /> } /> {/* Service routes */}