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