This commit is contained in:
Richard Harris
2019-02-02 13:28:48 -05:00
parent 3521eff4f4
commit 7fefc59929
3 changed files with 17 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
import { writable } from 'svelte/store';
export const stores = {
preloading: writable(null),
preloading: writable(false),
page: writable(null)
};