import { styled, Box } from '@material-ui/core'; const FormActions = styled(Box)(({ theme }) => ({ marginTop: theme.spacing(1) })); export default FormActions;