Fix flow errors
This commit is contained in:
@ -5,6 +5,7 @@ import styles from './CenteredContent.scss';
|
||||
type Props = {
|
||||
children: any,
|
||||
style: Object,
|
||||
maxWidth: string,
|
||||
};
|
||||
|
||||
const CenteredContent = (props: Props) => {
|
||||
|
Reference in New Issue
Block a user