diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-08-24 06:48:16 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-08-24 06:48:16 +0800 |
commit | 65f765648735fec9b5180d3a7706048d611e48ba (patch) | |
tree | 14ae3c548e99d8b5c3dcb8e36b1a1386477445b9 | |
parent | 671ca33abb93fafeb55a18543e81942c5963da8e (diff) | |
download | tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar.gz tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar.bz2 tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar.lz tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar.xz tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.tar.zst tangerine-wallet-browser-65f765648735fec9b5180d3a7706048d611e48ba.zip |
Linted
-rw-r--r-- | ui/app/reducers/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index 132e73f69..da2c6e371 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -1,7 +1,6 @@ const extend = require('xtend') const actions = require('../actions') const txHelper = require('../../lib/tx-helper') -const extension = require('../../../app/scripts/lib/extension') const notification = require('../../../app/scripts/lib/notifications') module.exports = reduceApp |