import { Box, Card } from '@mui/material' const Content = ({ children }) => { return ( {children} ) } export default Content