import { Link } from "@tanstack/react-router"; import { Image } from "@unpic/react"; import { LuGithub, LuMail } from "react-icons/lu"; import CoffeeWidget from "#/components/CoffeeWidget.tsx"; import { GITHUB_URL } from "#/config.ts"; import footerLogo from "@/assets/images/footerLogo.svg?url"; export default function Footer() { return ( ); }