import { atom } from 'recoil'; export const isCommandMenuOpenedState = atom({ key: 'command-menu/isCommandMenuOpenedState', default: false, });