File size: 179 Bytes
9705b6c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import { atom } from 'recoil';

const refreshConversationsHint = atom<number>({
  key: 'refreshConversationsHint',
  default: 1,
});

export default { refreshConversationsHint };