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