import { Config } from "../config.ts"; export default function GlobalFooter({ config }: { config: Config }) { return ( ); }