From 2ab329c72584c9b0e1e7eb4040df326685747ab3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 07:20:31 +0000 Subject: [PATCH] Add Profile route to routing system cgen-06f36ef38b0947789f1a28d0b2b2a4be --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) 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";