[ ADD ] react configuration
This commit is contained in:
12
react/src/store/reducers/index.js
Normal file
12
react/src/store/reducers/index.js
Normal file
@ -0,0 +1,12 @@
|
||||
import { combineReducers } from "redux";
|
||||
import lang from "../Lang/LangReducer";
|
||||
import loader from "../Loader/LoaderReducer";
|
||||
import snackbar from "../Snackbar/SnackbarReducer";
|
||||
import Feature1 from "../Feature1/FeatureReducer";
|
||||
|
||||
export default combineReducers({
|
||||
lang,
|
||||
loader,
|
||||
snackbar,
|
||||
Feature1
|
||||
});
|
Reference in New Issue
Block a user