import { writable } from 'svelte/store'; export const codeErrorStore = writable(undefined); export const configErrorStore = writable(undefined);