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