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