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 */}