import { ExternalLink } from "lucide-react" import GithubIcon from "./GithubIcon" import { FOUNDER, LINKS } from "../constants" export default function Footer() { return ( ) }