forked from ProjectSegfault/website
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import { writable, type Writable } from "svelte/store";
|
|
|
|
export const announcements: Writable<{}> = writable({});
|