jsreport-studio
Version:
jsreport templates editor and designer
10 lines (7 loc) • 313 B
JavaScript
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