Initial commit

This commit is contained in:
AlacrisDevs
2026-02-16 19:57:42 +02:00
commit 53b0457857
11 changed files with 4204 additions and 0 deletions

7
src/main.js Normal file
View File

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