import Badge from '@mui/material/Badge'; import MailIcon from '@mui/icons-material/Mail'; export default function SimpleBadge() { return ( ); }