Sha256: b9fd85457d5ec542b759c613433bb1b9d177d83ff0fc6f0bd8ed9d96d687eb5c

Contents?: true

Size: 304 Bytes

Versions: 86

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

86 entries across 86 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.28 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.27 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.26 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.25.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.24.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.24.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.24 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.24 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.23 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.23 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.22 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.22 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.21.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.21.1 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.21 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.20 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js