4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const errorStore = writable(undefined);
|