main.js (102B)
1 import App from './App.svelte'; 2 3 const app = new App({ 4 target: document.body 5 }); 6 7 export default app;