import { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from "@/components/ui/menubar" export function Menu() { return ( Music About Music Preferences... ⌘, Hide Music... ⌘H Hide Others... ⇧⌘H Quit Music ⌘Q File New Playlist ⌘N Playlist from Selection ⇧⌘N Smart Playlist... ⌥⌘N Playlist Folder Genius Playlist Open Stream URL... ⌘U Close Window ⌘W Library Update Cloud Library Update Genius Organize Library... Export Library... Import Playlist... Export Playlist... Show Duplicate Items Get Album Artwork Get Track Names Import... ⌘O Burn Playlist to Disc... Show in Finder ⇧⌘R{" "} Convert Page Setup... Print... ⌘P Edit Undo ⌘Z Redo ⇧⌘Z Cut ⌘X Copy ⌘C Paste ⌘V Select All ⌘A Deselect All ⇧⌘A Smart Dictation...{" "} Emoji & Symbols{" "} View Show Playing Next Show Lyrics Show Status Bar Hide Sidebar Enter Full Screen Account Switch Account Andy Benoit Luis Manage Famliy... Add Account... ) }