Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
nebula
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
89a8d13
nebula
/
src
/
store.js
soiz1
Upload 109 files
89a8d13
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
{ atom }
from
"nanostores"
;
export
const
isMobileNavOpen =
atom
(
false
);