UNPKG

ttk-server-parent

Version:
17 lines (16 loc) 397 B
import { start, AppLoader } from 'edf-app-loader' import config from './config' import action from './action' import reducer from './reducer' import wrapper from './wrapper' import componentFactory from './componentFactory' //import tryCatchError from './reactTryCatchBatchingStrategy' export default { start, config, action, reducer, wrapper, componentFactory, AppLoader }