first
This commit is contained in:
15
src/store/reducers/index.js
Normal file
15
src/store/reducers/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// third-party
|
||||
import { combineReducers } from 'redux';
|
||||
|
||||
// project import
|
||||
import menu from './menu';
|
||||
import snackbar from './snackbar';
|
||||
|
||||
// ==============================|| COMBINE REDUCERS ||============================== //
|
||||
|
||||
const reducers = combineReducers({
|
||||
menu,
|
||||
snackbar
|
||||
});
|
||||
|
||||
export default reducers;
|
||||
Reference in New Issue
Block a user