Spaces:
Build error
Build error
- frontend/main.js +1 -1
frontend/main.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import App from './Index.svelte';
|
2 |
|
3 |
const app = new App({
|
4 |
-
target: document.getElementById('app'),
|
5 |
});
|
6 |
|
7 |
export default app;
|
|
|
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;
|