Spaces:
Running
Running
import { atom } from 'jotai'; | |
export const targetImageAtom = atom<string | null>(null); | |
import { atom } from 'jotai'; | |
export const targetImageAtom = atom<string | null>(null); | |