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