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