import { writable } from 'svelte/store'; export const loadingState = writable(''); export const isLoading = writable(false);