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