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

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

{" "} JSON Editor {" "} API Data
); }