import { atom } from 'recoil'; export const actionBarOpenState = atom({ key: 'actionBarOpenState', default: false, });