import React, { Fragment } from 'react'; import { Layout, Icon } from 'antd'; import GlobalFooter from '@/components/GlobalFooter'; const { Footer } = Layout; const FooterView = () => ( ); export default FooterView;