webcompile/src/stores.ts

4 lines
114 B
TypeScript
Raw Normal View History

import { writable, type Writable } from "svelte/store";
export const announcements: Writable<{}> = writable({});