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