Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
VibeGame
like
21
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3342a1d
VibeGame
/
src
/
main.ts
dylanebert
initial commit
794cf6c
2 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
"./app.css"
;
import
App
from
"./App.svelte"
;
const
app =
new
App
({
target
:
document
.
getElementById
(
"app"
)!,
});
export
default
app;