Sha256: b675f8eb2e35dede92b0c60886d2e6b61c495c1cf732b0ee8c0d5c7e5ab5fad5

Contents?: true

Size: 405 Bytes

Versions: 90

Compression:

Stored size: 405 Bytes

Contents

import { combineReducers } from 'redux';
import { reducers as accountListReducers } from './Components/AccountList';
import { reducers as dashboardReducers } from './Components/Dashboard';
import { reducers as filterReducers } from './Components/InventoryFilter';

export default {
  inventoryUpload: combineReducers({
    ...accountListReducers,
    ...dashboardReducers,
    ...filterReducers,
  }),
};

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js