File size: 89 Bytes
52b4c36
 
42501f7
1
2
3
4
import { atom } from 'jotai';

export const targetImageAtom = atom<string | null>(null);