// material-ui import { Box } from '@mui/material'; // project import import MainCard, { MainCardProps } from 'ui-component/cards/MainCard'; // ==============================|| AUTHENTICATION CARD WRAPPER ||============================== // const AuthCardWrapper = ({ children, ...other }: MainCardProps) => ( *': { flexGrow: 1, flexBasis: '50%' } }} content={false} {...other} > {children} ); export default AuthCardWrapper;