diff --git a/src/App.tsx b/src/App.tsx index 8fcb5ce..ca8c2f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,14 +12,14 @@ import AccountConfirmation from "./pages/AccountConfirmation"; import Contact from "./pages/Contact"; import Admin from "./pages/Admin"; import FAQ from "./pages/FAQ"; +import { PaymentTestModeBanner } from "@/components/PaymentTestModeBanner"; const queryClient = new QueryClient(); function AppContent() { - - return ( + } /> } />