import { writable } from 'svelte/store'; export const postSearchResults = writable(null); export const loading = writable(false);