Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
julien-c
/
svelte-demo
like
4
Running
App
Files
Files
Community
b8b1de1
svelte-demo
/
src
/
main.ts
julien-c
HF staff
npx degit sveltejs/template
b8b1de1
verified
almost 3 years ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
App
from
'./App.svelte'
;
const
app =
new
App
({
target
:
document
.
body
,
props
: {
name
:
'world'
}
});
export
default
app;