import { atom } from 'jotai' import { MainViewState } from '@/constants/screens' export const mainViewStateAtom = atom(MainViewState.Thread)