import { atom } from 'recoil'; export const themeEnabledState = atom({ key: 'ui/theme-enabled', default: true, });