import { atom } from 'jotai'; export const lastDiscardedDraftIdState = atom(undefined); lastDiscardedDraftIdState.debugLabel = 'lastDiscardedDraftIdState';