diff options
author | kumavis <aaron@kumavis.me> | 2017-03-31 09:33:19 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-03-31 09:33:19 +0800 |
commit | 5036263f88a1f61957982b64d27472a516c28def (patch) | |
tree | 1aa3ea47b8dc9032e165ee988da38279252729ce /ui/app/reducers | |
parent | be88c87b2560f0ae2afd668d9c10cadde0a4ebc3 (diff) | |
download | dexon-wallet-5036263f88a1f61957982b64d27472a516c28def.tar.gz dexon-wallet-5036263f88a1f61957982b64d27472a516c28def.tar.zst dexon-wallet-5036263f88a1f61957982b64d27472a516c28def.zip |
introduce platform api and rename notifications to notification-manager
Diffstat (limited to 'ui/app/reducers')
-rw-r--r-- | ui/app/reducers/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index 3a6baca9..6f633ab4 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -1,7 +1,7 @@ const extend = require('xtend') const actions = require('../actions') const txHelper = require('../../lib/tx-helper') -const notification = require('../../../app/scripts/lib/notifications') +const notification = require('../../../app/scripts/lib/notification-manager') module.exports = reduceApp |