hugging2021's picture
Upload folder using huggingface_hub
58faf93 verified
raw
history blame contribute delete
103 Bytes
import { atom } from 'jotai'
export const queryAtom = atom('')
export const currentPageAtom = atom(1)