Sharing post button still not working, react element not working reusable footer

import React from 'react';

export const Footer = () => {

return (

  <footer>

)

};

i dont understand why ‘footer’ isnt appearing

I think because it is empty. Try add something like a Hello World in an h1 for example.

1 Like