xaostube/src/main.js

8 lines
118 B
JavaScript

import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app