mirror of
https://github.com/comatory/fb2iCal
synced 2025-02-14 10:40:54 +01:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
|
import { createEvent } from './events'
|
||
|
|
||
|
export {
|
||
|
createEvent,
|
||
|
}
|