mastoradio-fork/src/main.js

6 lines
85 B
JavaScript

import App from '/src/components/App.svelte'
new App({
target: document.body
})