96ac62a 4af6326
1
2
3
4
import { atom } from 'jotai'; export const selectedMessageId = atom<string | undefined>(undefined);