eberhenriquez94 commited on
Commit
4844695
·
verified ·
1 Parent(s): c186f6e
Files changed (1) hide show
  1. frontend/main.js +2 -1
frontend/main.js CHANGED
@@ -1,7 +1,8 @@
1
  import App from './Index.svelte';
2
 
3
  const app = new App({
4
- target: document.getElementById('app'), // Enlaza con el contenedor en `index.html`
5
  });
6
 
7
  export default app;
 
 
1
  import App from './Index.svelte';
2
 
3
  const app = new App({
4
+ target: document.getElementById('app'),
5
  });
6
 
7
  export default app;
8
+