From 14276cba04d701c55ff30db075319f12d5e8c83e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 23:49:47 +0000 Subject: [PATCH] Add /roadmap route and nav links cgen-db992b9f0b4c496faff9c4f9c8af4b19 --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 8445abcd..4a567329 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -61,6 +61,7 @@ import MentorApply from "./pages/community/MentorApply"; import Staff from "./pages/Staff"; import Realms from "./pages/Realms"; import Investors from "./pages/Investors"; +import Roadmap from "./pages/Roadmap"; const queryClient = new QueryClient(); @@ -78,6 +79,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />