Spaces:
Build error
Build error
import App from './Index.svelte'; | |
const app = new App({ | |
target: document.getElementById('app'), | |
}); | |
export default app; | |
import App from './Index.svelte'; | |
const app = new App({ | |
target: document.getElementById('app'), | |
}); | |
export default app; | |