import { Box } from "@mui/material"; import RegisterAction from "../Form/registerAction"; import ReferList from "./ReferList"; import Refer from "./Refer"; const RowActions = ({ row, mutate }) => { return ( ); }; export default RowActions;