severo's picture
severo HF Staff
add Dockerfile and the app
e3c0beb
raw
history blame contribute delete
139 Bytes
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')!,
})
export default app