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