import Box from '@mui/joy/Box'; import Alert from '@mui/joy/Alert'; export default function AlertBasic() { return ( This is a basic Alert. ); }