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

export const selectedMessageId = atom<string | undefined>(undefined);