import { Link } from '@inertiajs/inertia-react'; export default function NavLink({ href, active, children }) { return ( {children} ); }