theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/redux/reducers/hosts/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { combineReducers } from 'redux';
import storage from './storage';

export default combineReducers({
  storage,
});