mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 10:48:29 +01:00
Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
10
react-express-mysql/frontend/src/app/reducers.js
vendored
Executable file
10
react-express-mysql/frontend/src/app/reducers.js
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import { routerReducer } from 'react-router-redux';
|
||||
|
||||
import whalesReducer from 'app/redux/whales';
|
||||
|
||||
export const rootReducer = combineReducers({
|
||||
router: routerReducer,
|
||||
|
||||
whales: whalesReducer,
|
||||
});
|
||||
Reference in New Issue
Block a user