mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
feature: add parsing status to UI
This commit is contained in:
3
lib/frontend/stores/parseStatusStore.js
Normal file
3
lib/frontend/stores/parseStatusStore.js
Normal file
@ -0,0 +1,3 @@
|
||||
import { writable } from 'svelte/store'
|
||||
|
||||
export default writable(null)
|
Reference in New Issue
Block a user