mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 04:14:46 +00:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const preloading = writable(null);
|
|
export const page = writable(null); |