1 2 3 4 5
import { persistentStore } from "$lib/Utility/persistentStore"; const manga = persistentStore<string>("manga", ""); export default manga;