import React from 'react' import { Spin } from 'antd'; const Spinner: React.FC = () => <> export default Spinner