import { atom } from 'recoil'; export const settingsRoleIdsState = atom({ key: 'settingsRoleIdsState', default: [], });