import { Icon, Layout } from 'antd'; import React, { Fragment } from 'react'; import { GlobalFooter } from 'ant-design-pro'; const { Footer } = Layout; const FooterView = () => ( ); export default FooterView;