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