// Reducers Imports
import reducerSlice from '/reducerSlice-file-path'
const rootReducer = {
// all reducers imported files as obj entries
reducerSlice
};
export default rootReducer; //import it in the Store for configuration
// Reducers Imports
import reducerSlice from '/reducerSlice-file-path'
const rootReducer = {
// all reducers imported files as obj entries
reducerSlice
};
export default rootReducer; //import it in the Store for configuration