Add Profile route to routing system

cgen-06f36ef38b0947789f1a28d0b2b2a4be
This commit is contained in:
Builder.io 2025-08-06 07:20:31 +00:00
parent 17a512ef33
commit 2ab329c725

View file

@ -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";