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