forked from ProjectSegfault/website
new data loading (only announcements for now)
This commit is contained in:
3
src/stores.ts
Normal file
3
src/stores.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable, type Writable } from "svelte/store";
|
||||
|
||||
export const announcements: Writable<{}> = writable({});
|
Reference in New Issue
Block a user