Sha256: 68a948f482c44631754429b6a019a7b58bcf5b38c5a5f279cd77c597c9d40da4

Contents?: true

Size: 342 Bytes

Versions: 27

Compression:

Stored size: 342 Bytes

Contents

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

const reducers = {
  ForemanInventoryUpload: combineReducers({
    ...accountListReducers,
    ...dashboardReducers,
  }),
};

export default reducers;

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
foreman_rh_cloud-0.9.6 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.6 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.5 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.5 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-0.9.0 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js