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