aboutsummaryrefslogtreecommitdiff
path: root/src/background/reducers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/reducers/index.js')
-rw-r--r--src/background/reducers/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/background/reducers/index.js b/src/background/reducers/index.js
deleted file mode 100644
index 465f927..0000000
--- a/src/background/reducers/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import { combineReducers } from 'redux';
-import setting from './setting';
-import find from './find';
-import tab from './tab';
-
-export default combineReducers({
- setting, find, tab,
-});