Files
lume/src/stores/channel.tsx
2023-04-12 10:03:16 +07:00

5 lines
156 B
TypeScript

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