qcast-front/src/store/hotkeyAtom.js

7 lines
105 B
JavaScript

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