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