import { basePath } from "@/config/siteConfig"; import Link from "next/link"; export default function Footer() { return (
Website build by the community. The source code is avaliable on{" "} GitHub .
); }