import { Box } from "@mui/material"; import EditRahdar from "../Actions/Edit"; import DeleteDialog from "./DeleteDialog"; const RowActions = ({ row, mutate }) => { return ( ); }; export default RowActions;