Sha256: b9fd85457d5ec542b759c613433bb1b9d177d83ff0fc6f0bd8ed9d96d687eb5c

Contents?: true

Size: 304 Bytes

Versions: 83

Compression:

Stored size: 304 Bytes

Contents

import { combineReducers } from 'redux';
import { reducers as settingsReducers } from './Components/InsightsSettings';
import { reducers as tableReducers } from './Components/InsightsTable';

export default {
  InsightsCloudSync: combineReducers({
    ...settingsReducers,
    ...tableReducers,
  }),
};

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-11.0.2 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-11.0.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-11.0.0 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.58 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-10.0.2 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.57 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-10.0.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.56 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.55 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.54 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.53 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.52 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-8.0.52 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-9.0.51 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-8.0.51 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-7.0.48 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-7.0.47 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-8.0.50 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-8.0.49 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js