Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
benHelmyy
/
Course
like
0
No application file
App
Files
Files
Community
main
Course
/
src
/
main.ts
benHelmyy
Duplicate from static-templates/svelte
9291764
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
import
{ mount }
from
'svelte'
import
'./app.css'
import
App
from
'./App.svelte'
const
app =
mount
(
App
, {
target
:
document
.
getElementById
(
'app'
)!,
})
export
default
app