remove reducers directory
This commit is contained in:
parent
698d38b28e
commit
6a91ab166f
|
@ -1,8 +0,0 @@
|
|||
import {combineReducers} from 'redux';
|
||||
import eventLog from './eventlog'
|
||||
|
||||
const mitmproxyApp = combineReducers({
|
||||
eventLog
|
||||
});
|
||||
|
||||
export default mitmproxyApp
|
Loading…
Reference in New Issue