import { Switch } from "@mui/material"; function SwitchTable({ value }) { return ( ); } export default SwitchTable;