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