diff options
Diffstat (limited to 'src/reducers/background.js')
-rw-r--r-- | src/reducers/background.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reducers/background.js b/src/reducers/background.js index 1bba13b..7a279c9 100644 --- a/src/reducers/background.js +++ b/src/reducers/background.js @@ -1,5 +1,4 @@ import * as tabs from '../background/tabs'; -import * as zooms from '../background/zooms'; import * as consoleActions from '../actions/console'; import actions from '../actions'; |