import { useCommandsContext } from 'hooks/useCommandsContext' import usePlatform from 'hooks/usePlatform' import { hotkeyDisplay } from 'lib/hotkeyWrapper' import { COMMAND_PALETTE_HOTKEY } from './CommandBar/CommandBar' export function CommandBarOpenButton() { const { commandBarSend } = useCommandsContext() const platform = usePlatform() return ( ) }