export const MenuItem = (props: { icon: string; label: string; onClick: () => void }) => { return ( ); };