/* @flow */ 'use strict'; import React from 'react'; const Footer = (props: any): any => { return ( ); } export default Footer;