import Box from '@mui/material/Box'; export default function BreakpointsAsObject() { return (
This box has a responsive width.
); }