File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ // functions
2
+ import createStore from './createStore'
3
+ import combineReducers from './combineReducers'
4
+ import bindActionCreators from './bindActionCreators'
5
+ import applyMiddleware from './applyMiddleware'
6
+ import compose from './compose'
7
+ import warning from './utils/warning'
8
+ import __DO_NOT_USE__ActionTypes from './utils/actionTypes'
9
+
1
10
// types
2
11
// store
3
12
export {
@@ -26,14 +35,6 @@ export { ActionCreator, ActionCreatorsMapObject } from '..'
26
35
export { MiddlewareAPI , Middleware } from '..'
27
36
// actions
28
37
export { Action , AnyAction } from '..'
29
- // functions
30
- import createStore from './createStore'
31
- import combineReducers from './combineReducers'
32
- import bindActionCreators from './bindActionCreators'
33
- import applyMiddleware from './applyMiddleware'
34
- import compose from './compose'
35
- import warning from './utils/warning'
36
- import __DO_NOT_USE__ActionTypes from './utils/actionTypes'
37
38
38
39
/*
39
40
* This is a dummy function to check if the function name has been altered by minification.
You can’t perform that action at this time.
0 commit comments