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 = () => (
} />
} />
} />
+ } />
} />
} />
} />