import { Stack, Typography } from "@mui/material"; const ActionHeader = ({ tab }) => { return ( .... عملیات های مربوط به تماس: {tab.phone_number} .... ); }; export default ActionHeader;