import { HeartIcon } from "lucide-react"; import packagejson from "../../package.json"; const Footer = () => { return ( ); }; export default Footer;