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