Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
whois
like
20
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
whois
/
src
/
lib
/
stores
/
use-dark-mode.ts
enzostvs
HF Staff
add darkmode connected to store
cd13b30
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
darkmodeStore = writable<
boolean
>(
false
);