Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
julien-c
/
svelte-demo
like
4
Running
App
Files
Files
Community
51a3c5e
svelte-demo
/
src
/
main.ts
julien-c
HF Staff
Use Play CDN for Tailwind
51a3c5e
verified
over 3 years ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
App
from
"./App.svelte"
;
const
app =
new
App
({
target
:
document
.
body
,
props
: {},
});
export
default
app;