import React from 'react' import { Card, Spin } from 'antd' import { LoadingOutlined } from '@ant-design/icons' const InfoCollapsePlaceholder = () => { return ( }> ) } export default InfoCollapsePlaceholder