import { mutate } from "swr"; import HitApi from "./HitApi"; import Swal from "sweetalert2"; const DeleteData = (url, onSuccess = () => {}) => { Swal.fire({ title: "Konfirmasi", text: "Apakah anda yakin ingin menghapus data?", icon: "warning", showCancelButton: true, confirmButtonColor: "#3085d6", cancelButtonColor: "#d33", confirmButtonText: "Ya", }).then((result) => { if (result.isConfirmed) { Swal.fire({ title: "Loading", html: '