footer.js 92 B

1234567
  1. const Footer = props => (
  2. <footer>
  3. <p>Footer</p>
  4. </footer>
  5. )
  6. export default Footer