import React from 'react'; import { FormattedMessage } from 'react-intl'; import { StyledFooter } from './styled'; // FIXME: use SVG loader // eslint-disable-next-line const poweredByIcon = require('./pwrdby-white.svg'); const Footer = (): React.ReactElement => { return (
Powered By WiseMapping

{' '} {' '}
{' '} {' '}
{' '} {' '}

{' '}
{' '} {' '}
{' '} {' '}
); }; export default Footer;