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