diff --git a/client/App.tsx b/client/App.tsx
index d35d3bd3..26b746d0 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -65,6 +65,7 @@ import Investors from "./pages/Investors";
import Roadmap from "./pages/Roadmap";
import Trust from "./pages/Trust";
import PressKit from "./pages/PressKit";
+import Projects from "./pages/Projects";
const queryClient = new QueryClient();
@@ -85,6 +86,7 @@ const App = () => (
} />
} />
} />
+ } />
} />
} />
} />