import { Spin } from 'antd'; export default () => ( <Spin spinning={true} size="large" style={{ marginTop: 40 }}></Spin> );