jaothan's picture
Upload 47 files
88f42a4 verified
raw
history blame contribute delete
146 Bytes
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app