52b4c36 3c9f03f 52b4c36 f3a9ef2 93dd66e
1
2
3
4
5
6
7
import { atom } from 'jotai'; import { DatasetImageEntity } from '../lib/types'; // list of image urls or base64 strings export const datasetAtom = atom<DatasetImageEntity[]>([]); // export const selectedImagesAtom = atom<number[]>([]);