aboutsummaryrefslogtreecommitdiff
path: root/src/stores/anime.ts
blob: a82bfa550a03a95f4d716b9f17417c97b0c35b0a (plain) (blame)
1
2
3
4
5
import { persistentStore } from "$lib/Utility/persistentStore";

const anime = persistentStore<string>("anime:v3", "");

export default anime;