Code format

This commit is contained in:
2024-11-08 10:36:24 +01:00
parent 31c7b31e65
commit fc688bf4bc
20 changed files with 230 additions and 206 deletions

View File

@@ -1,8 +1,8 @@
import './style.css'
import App from './App.svelte'
import "./style.css";
import App from "./App.svelte";
const app = new App({
target: document.getElementById('app')
})
target: document.getElementById("app"),
});
export default app
export default app;