aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-02 19:29:03 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-02 19:29:03 -0700
commit6a91ab166f4479eb50846fed184aa197dd018bfe (patch)
tree0fcef3b844f63289fa3eacc7846300b97c3cc481 /web
parent698d38b28e43ce0685ce8ce8c119926af2083cbc (diff)
downloadmitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.tar.gz
mitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.tar.bz2
mitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.zip
remove reducers directory
Diffstat (limited to 'web')
-rw-r--r--web/src/js/reducers/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/src/js/reducers/index.js b/web/src/js/reducers/index.js
deleted file mode 100644
index a8b2edbf..00000000
--- a/web/src/js/reducers/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import {combineReducers} from 'redux';
-import eventLog from './eventlog'
-
-const mitmproxyApp = combineReducers({
- eventLog
-});
-
-export default mitmproxyApp