import { Link } from '@inertiajs/react' export default function SidebarItem({ title, href }) { return (
{title}
) }