()
| 10 | import { FC } from 'react' |
| 11 | |
| 12 | const ComponentLoading: FC = () => { |
| 13 | return ( |
| 14 | <div style={{ textAlign: 'center', padding: '30px 0 18px', overflow: 'hidden' }}> |
| 15 | <Spin /> |
| 16 | </div> |
| 17 | ) |
| 18 | } |
| 19 | export default ComponentLoading |
nothing calls this directly
no outgoing calls
no test coverage detected