export function Link( props: React.DetailedHTMLProps, HTMLAnchorElement>, ) { return ( {props.children} ) }