diff --git a/client/App.tsx b/client/App.tsx index 6035197e..84dcad5a 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -67,6 +67,7 @@ import Trust from "./pages/Trust"; import PressKit from "./pages/PressKit"; import Projects from "./pages/Projects"; import ProjectsAdmin from "./pages/ProjectsAdmin"; +import Directory from "./pages/Directory"; const queryClient = new QueryClient(); @@ -89,6 +90,7 @@ const App = () => ( } /> } /> } /> + } /> } /> } /> } />