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

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