mirror of https://github.com/micromata/borgbackup-butler.git

...
Kai Reinhard
09.54.2018 c15b6b740fdb6d887aa14d3640485936fe1fccc3
borgbutler-webapp/src/reducers/index.js
@@ -1,11 +1,9 @@
import {combineReducers} from 'redux';
import log from './log';
import template from './template';
import version from './version';
const reducers = combineReducers({
    log,
    template,
    version
});