import Alert from '@mui/material/Alert'; import Button from '@mui/material/Button'; import Stack from '@mui/material/Stack'; export default function ActionAlerts() { return ( {}}> This Alert displays the default close icon. UNDO } > This Alert uses a Button component for its action. ); }