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...
c185003
3d-arena
/
viewer
/
src
/
routes
/
store.js
dylanebert
HF Staff
add solution
7ee5f8f
over 1 year ago
raw
Copy download link
history
blame
Safe
86 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);