mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 13:55:21 +00:00
first crack at context-driven store
This commit is contained in:
4
templates/src/shared/stores.ts
Normal file
4
templates/src/shared/stores.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const preloading = writable(null);
|
||||
export const page = writable(null);
|
||||
Reference in New Issue
Block a user