diff --git a/client/App.tsx b/client/App.tsx index bacbe7d4..fe9eb650 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -32,6 +32,7 @@ import Contact from "./pages/Contact"; import GetStarted from "./pages/GetStarted"; import Privacy from "./pages/Privacy"; import Terms from "./pages/Terms"; +import Admin from "./pages/Admin"; import NotFound from "./pages/NotFound"; const queryClient = new QueryClient();