Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
about 1 month 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