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