File size: 94 Bytes
478d5b9
 
 
1
2
3
4
import { atom } from 'jotai';

export const chatViewMode = atom<'chat' | 'chat-all'>('chat');