import { writable } from "svelte/store"; const revalidateManga = writable(0); export default revalidateManga;