forked from ProjectSegfault/website
preload data for all
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import { writable, type Writable } from "svelte/store";
|
||||
|
||||
export const announcements: Writable<{}> = writable({});
|
||||
|
||||
export const pubnixUsers: Writable<{}> = writable({});
|
||||
|
||||
export const blogPosts: Writable<{}> = writable({});
|
||||
|
||||
export const blogTags: Writable<{}> = writable({});
|
||||
|
||||
export const blogAuthors: Writable<{}> = writable({});
|
Reference in New Issue
Block a user