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