monofile/src/client/index.js

5 lines
82 B
JavaScript

import App from "../svelte/App.svelte"
new App({
target: document.body
})