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-6.0.42 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.41 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.39 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.38 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.35 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.37 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.36 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.35 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.34 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.33 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.32 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.32 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.31 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.31 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.30 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.30 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-4.0.29 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js
foreman_rh_cloud-5.0.29 webpack/InsightsCloudSync/InsightsCloudSyncReducers.js