// ** MUI Imports
import Alert from '@mui/material/Alert'
import AlertTitle from '@mui/material/AlertTitle'
const AlertsDescription = () => {
return (
Error
This is an error alert — check it out!
Warning
This is an warning alert — check it out!
Info
This is an info alert — check it out!
Success
This is an success alert — check it out!
)
}
export default AlertsDescription