Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leon4gr45
/
openoperator
like
0
Build error
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
main
openoperator
/
atoms
/
sheets.ts
Leon4gr45
Deploy to clean space
75fefa7
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
80 Bytes
import
{ atom }
from
'jotai'
;
export
const
isMobileSheetOpenAtom =
atom
(
false
);