diff --git a/client/App.tsx b/client/App.tsx index b104c983..2603330e 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -20,6 +20,7 @@ import Documentation from "./pages/Documentation"; import Blog from "./pages/Blog"; import Community from "./pages/Community"; import Support from "./pages/Support"; +import Profile from "./pages/Profile"; import Placeholder from "./pages/Placeholder"; import NotFound from "./pages/NotFound";