import React from "react"; import { IoHeart } from "react-icons/io5"; import * as Styled from "./index.styled"; export function Footer() { return ( ); }