Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ortegarod
/
test
like
0
No application file
App
Files
Files
Community
main
test
/
src
/
main.ts
Ligament Matriarch
Duplicate from static-templates/svelte
e0c232a
4 days ago
raw
Copy download link
history
blame
contribute
delete
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