diff --git a/src/main.ts b/src/main.ts index e6b5480..2dc4a2a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,9 +1,6 @@ import "./styles/global.scss"; import App from "./App.svelte"; - -const app = new App({ +new App({ target: document.body, }); - -export default app;