Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dylanebert/3d-arena
jt5d
/
3d-arena
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
70a459f
3d-arena
/
viewer
/
src
/
routes
/
store.js
dylanebert
HF Staff
add skeleton library
4e1da8c
over 1 year ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);