import { IconBell } from "@tabler/icons-react"; import { MenuItemCommand } from "@/ui/navigation/menu-item/components/MenuItemCommand"; export const MyComponent = () => { const handleCommandClick = () => { console.log("Command clicked!"); }; return ( ); };