This commit is contained in:
Jonas Kruckenberg
2023-01-11 18:34:23 +01:00
parent a8f198afec
commit 900b8ccdb1
8 changed files with 129 additions and 123 deletions
@@ -1,8 +1,8 @@
import App from './App.svelte';
import App from "./App.svelte";
const app = new App({
target: document.body,
props: {}
target: document.body,
props: {},
});
export default app;