import { SxProps } from '@mui/material'

export const formContainerStyle: SxProps = {
  p: 2,
  bgcolor: 'background.paper',
  boxShadow: 1,
}
