UNPKG

jsreport-studio

Version:
10 lines (7 loc) 313 B
import * as _ActionTypes from './constants.js' import * as _actions from './actions.js' import _reducer from './reducer.js' // I am not able to convince webstorm to stop complain about export from syntax... export const ActionTypes = _ActionTypes export const actions = _actions export const reducer = _reducer