import React from 'react' const Footer = () => { return ( <div> <span>The Footer Component goes in here</span> </div> ) } export default Footer