import { Link, LinkProps } from "@remix-run/react"; export default function NavigateLink(props: LinkProps) { return ( ); }