From 97f60000d13a3ede94a71b002437de4da32ea0f8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 03:01:27 +0000 Subject: [PATCH] Register /projects/admin route cgen-cfb1ac8670574a7f8b19f2e6eee5588c --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 26b746d0..6035197e 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -66,6 +66,7 @@ import Roadmap from "./pages/Roadmap"; import Trust from "./pages/Trust"; import PressKit from "./pages/PressKit"; import Projects from "./pages/Projects"; +import ProjectsAdmin from "./pages/ProjectsAdmin"; const queryClient = new QueryClient(); @@ -87,6 +88,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />