Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lynx-analytics
/
lynxkite
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ca01fa3
lynxkite
/
web
/
src
/
main.ts
darabos
Throw out Baklava.js, use SvelteFlow.
01f62f3
12 months ago
raw
Copy download link
history
blame
144 Bytes
import
App
from
'./App.svelte'
;
import
'./app.css'
;
const
app =
new
App
({
target
:
document
.
getElementById
(
'app'
)!,
});
export
default
app;