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