new data loading (only announcements for now)

This commit is contained in:
2023-02-18 18:19:18 +02:00
parent 5f458e1905
commit e0dd7d2bde
3 changed files with 36 additions and 17 deletions

3
src/stores.ts Normal file
View File

@@ -0,0 +1,3 @@
import { writable, type Writable } from "svelte/store";
export const announcements: Writable<{}> = writable({});