Spaces:
Build error
Build error
- 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'),
|
| 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 |
+
|