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