import { RiLink } from 'react-icons/ri'; export function HeaderAnchor({ id }: { id: string }) { return ( ); }