commit mina Feierabend

This commit is contained in:
2025-06-02 17:18:25 +02:00
parent 2e14bf7361
commit 470c203d38
8 changed files with 769 additions and 257 deletions

4
src/lib/store.js Normal file
View File

@@ -0,0 +1,4 @@
// store.js
import { writable } from 'svelte/store';
export const wert = writable("Hallo Welt");