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