From 679f441b34ec0040c02c595f857576c19442c014 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 02:01:19 +0000 Subject: [PATCH] Add /press route and footer link cgen-5fead6ff00174f70b0a0721d9cf10320 --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 60158084..d35d3bd3 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -64,6 +64,7 @@ import Realms from "./pages/Realms"; import Investors from "./pages/Investors"; import Roadmap from "./pages/Roadmap"; import Trust from "./pages/Trust"; +import PressKit from "./pages/PressKit"; const queryClient = new QueryClient(); @@ -83,6 +84,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />