import React from "react"; const Footer = () => { const year = new Date().getFullYear(); return (
) }; export default Footer;