From b84e3f90d98555085a148ad570833c13e960c1ce Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 02:23:32 +0000 Subject: [PATCH] Register /projects route cgen-33b9435efe3345a49461a28419ab479e --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => ( } /> } /> } /> + } /> } /> } /> } />