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_inventory_upload-1.0.0 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js