import { ToastContainer } from "react-toastify"; import TickAlert from "@/components/icons/TickAlert"; function CustomToastify() { return ( } position="top-center" hideProgressBar={true} /> ); } export default CustomToastify;