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