import React from 'react' import {Layout} from 'antd' const {Footer} = Layout function Foot() { return ( ) } export default Foot;