const Footer = () => { return (
© {new Date().getFullYear()}. Rooftop Energy All rights reserved.
); }; export default Footer;