1 2 3 4 5
import { writable } from "svelte/store"; const revalidateManga = writable<number>(0); export default revalidateManga;