export default function Footer( props ) { return ( ); } Footer.propTypes = { children: PropTypes.object, };