Spaces:
Sleeping
Sleeping
import { atom } from 'jotai'; | |
// list of image urls or base64 strings | |
export const datasetAtom = atom<string[]>([]); | |
import { atom } from 'jotai'; | |
// list of image urls or base64 strings | |
export const datasetAtom = atom<string[]>([]); | |