xaostube/src/main.js

8 lines
118 B
JavaScript
Raw Normal View History

2022-06-15 22:34:33 +02:00
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app