import Alert from '@mui/material/Alert'; import Stack from '@mui/material/Stack'; export default function FilledAlerts() { return ( This is a filled success Alert. This is a filled info Alert. This is a filled warning Alert. This is a filled error Alert. ); }