import { Button } from "@mui/material"; import { router } from "@inertiajs/react"; export default function NavLink({ label, href }) { return ( ) }