1
0
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:
Ondřej Synáček
2020-12-20 14:40:43 +01:00
parent 290d7115d0
commit 514b2588df
4 changed files with 28 additions and 25 deletions

View File

@ -0,0 +1,3 @@
import { writable } from 'svelte/store'
export default writable(null)