import React from 'react'

export default function Footer() {
  return <footer>Copyright text and sitelinks here</footer>
}
