import { Spin } from 'antd' import React from 'react' function LoadingSpinner() { return ( ) } export default LoadingSpinner