import { basePath } from "@/config/siteConfig"; import Link from "next/link"; import { FileJson, Server, ExternalLink } from "lucide-react"; import { buttonVariants } from "./ui/button"; import { cn } from "@/lib/utils"; export default function Footer() { return (

Website built by the community. The source code is available on{" "} GitHub .

JSON Editor API Data
); }