wuyiqun0718's picture
feat: clone vision agent ui
478d5b9
raw
history blame
No virus
93 Bytes
import { atom } from 'jotai';
export const selectedMediaIdAtom = atom<number | null>(null);