File size: 82 Bytes
fc69895
 
 
1
2
3
4
import { writable } from "svelte/store";

export const loading = writable(false);