aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/confirm-remove-account/index.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-09-18 01:34:29 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-09-20 05:31:10 +0800
commit5a6c333506e4000602c1a1106cee6d06fe83afa8 (patch)
tree2aed850f17114372eaca16ed7e77f42f87907713 /ui/app/components/modals/confirm-remove-account/index.js
parent3e470fee8a5560b605f7ad1060fb1eebafefd21e (diff)
downloadtangerine-wallet-browser-5a6c333506e4000602c1a1106cee6d06fe83afa8.tar.gz
tangerine-wallet-browser-5a6c333506e4000602c1a1106cee6d06fe83afa8.tar.zst
tangerine-wallet-browser-5a6c333506e4000602c1a1106cee6d06fe83afa8.zip
Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal
Diffstat (limited to 'ui/app/components/modals/confirm-remove-account/index.js')
-rw-r--r--ui/app/components/modals/confirm-remove-account/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/modals/confirm-remove-account/index.js b/ui/app/components/modals/confirm-remove-account/index.js
index 9763fbe05..ecb5f7790 100644
--- a/ui/app/components/modals/confirm-remove-account/index.js
+++ b/ui/app/components/modals/confirm-remove-account/index.js
@@ -1,2 +1 @@
-import ConfirmRemoveAccount from './confirm-remove-account.container'
-module.exports = ConfirmRemoveAccount
+export { default } from './confirm-remove-account.container'