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