import CustomTable from "@/app/component/CustomTable"; import TextLoading from "@/app/component/loading/Text"; import EditB from "@/components/icons/EditB"; import TrashB from "@/components/icons/TrashB"; import { Button, Switch, TableCell, TableRow } from "@mui/material"; import Head from "../../components/Head"; function Disease({ data }) { const tableHead = ["ردیف", "اسم", "وضعیت", ""]; const centerTable = [0]; return (