import { Box } from '@mui/system'; const ContentContainer = ({ children }) => { return ( {children} ); }; export default ContentContainer;