ad9ec0c 3fda57c ad9ec0c
1
2
3
4
5
6
7
8
import App from './Index.svelte'; const app = new App({ target: document.getElementById('app'), // Enlaza con el contenedor en `index.html` }); export default app;