jsreport-studio
Version:
jsreport templates editor and designer
11 lines (9 loc) • 393 B
JavaScript
// I am not able to convince webstorm to stop complain about export from syntax...
import * as _ActionTypes from './constants.js'
import * as _actions from './actions.js'
import _reducer from './reducer.js'
import * as _selectors from './selectors.js'
export const ActionTypes = _ActionTypes
export const actions = _actions
export const reducer = _reducer
export const selectors = _selectors