Renaming of stores to better match purpose

This commit is contained in:
Knut Sveidqvist
2019-11-23 16:05:11 +01:00
parent 9f0fd20196
commit ede4016e7d
12 changed files with 23 additions and 23 deletions
+3
View File
@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const codeErrorStore = writable(undefined);