52b4c36 f3a9ef2
1
2
3
4
5
import { atom } from 'jotai'; // list of image urls or base64 strings export const datasetAtom = atom<string[]>([]);