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