import React, { Component } from 'react'; import {Spin} from 'antd'; class LoadingSpin extends Component{ constructor(props) { super(props) } render(){ const { style } = this.props; return(