import { toast } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
toast.configure();
toast("SuccessFull!", {
position: "top-right",
autoClose: 5000,
hideProgressBar: false,
closeOnClick: true,
pauseOnHover: true,
draggable: true,
progress: undefined,
});