import { atom } from 'recoil' export const hotkeyStore = atom({ key: 'hotkeyState', default: [], })