aboutsummaryrefslogtreecommitdiff
path: root/src/stores/revalidateAnime.ts
blob: db3ccb2d4511cc6c633193fc2b4da497abdb3e9d (plain) (blame)
1
2
3
4
5
import { writable } from "svelte/store";

const revalidateAnime = writable<number>(0);

export default revalidateAnime;