import React from 'react'; import { FormattedMessage } from 'react-intl'; const Footer = props => { return (
) } Footer.displayName = "Footer"; module.exports = Footer;