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