import { Warning } from "@phosphor-icons/react"; export default function ChangeWarningModal({ warningText = "", onClose, onConfirm, }) { return (
{warningText} Are you sure you want to proceed?