Files
lume/src/stores/channel.tsx
T

5 lines
156 B
TypeScript

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