Posted on July 24, 2024 HBUJKYHHUI By. Amos Ihunna View Count. 0 // Footer.js import React from 'react'; const Footer = () => { return ( <footer> <p>© 2024 Your Company. All rights reserved.</p> </footer> ); } export default Footer;