5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
import { atomWithReset } from 'jotai/utils';
|
|
|
|
// channel reply id
|
|
export const channelReplyAtom = atomWithReset({ id: null, pubkey: null, content: null });
|