import { atom } from 'jotai'; export const selectedMessageId = atom(undefined);