mirror of
https://github.com/comatory/fb2iCal
synced 2025-02-12 01:30:43 +01:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
|
import { writable } from 'svelte/store'
|
||
|
|
||
|
export default writable(null)
|