import { toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; toast.configure(); toast("Successfully Logged In");