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