Skip to content
Snippets Groups Projects
Footer.jsx 164 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    import React from 'react'
    
    const Footer = () => {
      return (
        <div>
          <span>The Footer Component goes in here</span>
        </div>
      )
    }
    
    export default Footer