blob: d3b5b6fc4de0289d7c9daa3b3c10759ebca25772 [file] [log] [blame]
import { Spin } from 'antd'; // loading components from code split
// https://umijs.org/plugin/umi-plugin-react.html#dynamicimport
export default () => (
<div
style={{
paddingTop: 100,
textAlign: 'center',
}}
>
<Spin size="large" />
</div>
);