Facebook-Events-iCal-Converter/lib/frontend/stores/index.js

8 lines
119 B
JavaScript

import configStore from './configStore'
import eventStore from './eventStore'
export {
configStore,
eventStore,
}