import { COMMAND_PALETTE_HOTKEY } from '@src/components/CommandBar/CommandBar' import usePlatform from '@src/hooks/usePlatform' import { hotkeyDisplay } from '@src/lib/hotkeyWrapper' import { commandBarActor } from '@src/machines/commandBarMachine' export function CommandBarOpenButton() { const platform = usePlatform() return ( ) }