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