diff --git a/components/provider/index.tsx b/components/provider/index.tsx index a07c661..d658665 100644 --- a/components/provider/index.tsx +++ b/components/provider/index.tsx @@ -6,7 +6,7 @@ import { Footer, Navbar } from "../layout"; import { PriceModal } from "../priceContact"; import { Analytics } from "@vercel/analytics/next"; import { ReactNode } from "react"; -import { ToastContainer } from 'react-toastify'; +import { Bounce, Flip, ToastContainer, Zoom } from "react-toastify"; const queryClient = new QueryClient(); @@ -20,7 +20,13 @@ export function Providers({ children }: { children: ReactNode }) {