main.js 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import App from './App.svelte'; const app = new App({ target: document.body, props: { name: 'world' } }); export default app;