UNPKG

397 BJavaScriptView Raw
1import { start, AppLoader } from 'edf-app-loader'
2import config from './config'
3import action from './action'
4import reducer from './reducer'
5import wrapper from './wrapper'
6import componentFactory from './componentFactory'
7//import tryCatchError from './reactTryCatchBatchingStrategy'
8
9export default {
10 start,
11 config,
12 action,
13 reducer,
14 wrapper,
15 componentFactory,
16 AppLoader
17}
\No newline at end of file