import Box from '@mui/system/Box'; export default function BoxBasic() { return ( This Box renders as an HTML section element. ); }