import React from 'react'; import PropTypes from 'prop-types'; import Icon from './Icon'; export default function Footer(props) { return ( ); } Footer.propTypes = { links: PropTypes.string };