import { atom } from 'jotai'; export const chatViewMode = atom<'chat' | 'chat-all'>('chat');