import { NavigationLink as NavigationLinkUi } from "@spendcook/web-ui"; import { Link } from "react-router-dom"; import React from "react"; type Props = React.ComponentProps & React.ComponentProps; export default function NavigationLink(props: Props) { return ; }