import "../Sidebar.css"; import { Avatar } from "./Avatar"; export const SidebarMenuItem = ({ text, href, handler, }: { text: string; href?: string; handler?: () => void; }) => { return (