"use client"; import React from "react"; import Icon from "./Icon"; function Footer() { return ( ); } export default Footer;