Paper2Code / atoms /sheets.ts
AUXteam's picture
Upload folder using huggingface_hub
d530f14 verified
import { atom } from 'jotai';
export const isMobileSheetOpenAtom = atom(false);