This commit is contained in:
2026-04-20 20:40:48 +02:00
parent 463c391d14
commit 53dd49612d
19 changed files with 2435 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
import App from './App.svelte'
const app = new App({ target: document.getElementById('app') })
export default app