style: auto format whole project
This commit is contained in:
@@ -2,11 +2,9 @@ import * as React from 'react';
|
||||
import MuiContainer, { ContainerProps } from '@mui/material/Container';
|
||||
|
||||
export default function Container(props: ContainerProps): React.ReactElement {
|
||||
return (
|
||||
<MuiContainer {...props} />
|
||||
);
|
||||
};
|
||||
return <MuiContainer {...props} />;
|
||||
}
|
||||
|
||||
Container.defaultProps = {
|
||||
maxWidth: 'lg'
|
||||
maxWidth: 'lg',
|
||||
};
|
||||
|
Reference in New Issue
Block a user