import Link from "next/link"; import { Brand } from "@/components/brand"; import { Icon } from "@/components/icons"; export function SiteHeader() { return (
View on GitHub
); }