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