remove reducers directory

This commit is contained in:
Maximilian Hils 2016-06-02 19:29:03 -07:00
parent 698d38b28e
commit 6a91ab166f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import {combineReducers} from 'redux';
import eventLog from './eventlog'
const mitmproxyApp = combineReducers({
eventLog
});
export default mitmproxyApp