From 87f304225eb07cc8475f2fd22105202a958a7b05 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Thu, 5 Feb 2026 11:28:19 +0500 Subject: [PATCH] toast part design update --- components/provider/index.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 }) {