mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
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