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