Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leon4gr45
/
openoperator
like
0
Sleeping
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
refs/pr/2
openoperator
/
atoms
/
sheets.ts
Leon4gr45
Deploy to clean space
75fefa7
verified
3 months ago
raw
Copy download link
history
blame
80 Bytes
import
{ atom }
from
'jotai'
;
export
const
isMobileSheetOpenAtom =
atom
(
false
);