mastoradio/src/main.js

7 lines
102 B
JavaScript
Raw Normal View History

2020-01-07 19:23:49 +01:00
import App from './App.svelte'
const app = new App({
2020-01-09 02:26:13 +01:00
target: document.body
2020-01-07 19:23:49 +01:00
})
export default app