import App from './Index.svelte'; const app = new App({ target: document.getElementById('app'), // Enlaza con el contenedor en `index.html` }); export default app;