From 3488b2cadae73b324b79c87f28cee30ab7c13248 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 19:07:18 +0000 Subject: [PATCH] completionId: cgen-4ccb7354e7b349e7b16aed9792481062 cgen-4ccb7354e7b349e7b16aed9792481062 --- client/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index ded38137..0918f668 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -19,6 +19,8 @@ import MentorshipPrograms from "./pages/MentorshipPrograms"; import Labs from "./pages/Labs"; import Foundation from "./pages/Foundation"; import DevLink from "./pages/DevLink"; +import DevLinkProfiles from "./pages/DevLinkProfiles"; +import DevLinkProfile from "./pages/DevLinkProfile"; import RequireAccess from "@/components/RequireAccess"; import Engage from "./pages/Pricing"; import DocsLayout from "./pages/DocsLayout"; @@ -166,6 +168,8 @@ const App = () => ( } /> } /> } /> + } /> + } /> {/* Resource routes */} }>