Remove unnecessary export

This commit is contained in:
Tobias Berger 2021-09-30 21:17:24 +02:00
parent 0f57f00299
commit 7f705897f4

View file

@ -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;