diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-02 19:29:03 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-02 19:29:03 -0700 |
commit | 6a91ab166f4479eb50846fed184aa197dd018bfe (patch) | |
tree | 0fcef3b844f63289fa3eacc7846300b97c3cc481 /web/src | |
parent | 698d38b28e43ce0685ce8ce8c119926af2083cbc (diff) | |
download | mitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.tar.gz mitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.tar.bz2 mitmproxy-6a91ab166f4479eb50846fed184aa197dd018bfe.zip |
remove reducers directory
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/js/reducers/index.js | 8 |
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 |