import { atom } from 'jotai'; export const lastCompositionEndAtom = atom(undefined);