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