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