aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/index.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-21 10:10:49 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-21 10:10:49 +0800
commit71b2dd290b2bbf3107d06d0616ec8858d21b44da (patch)
tree874a8857b70254b42bf1cd1b1ff6b2c1d4a5246e /ui/app/components/modals/index.js
parent4e9376ca7129611d12a7ec263741f1dee0e4d79c (diff)
downloadtangerine-wallet-browser-71b2dd290b2bbf3107d06d0616ec8858d21b44da.tar.gz
tangerine-wallet-browser-71b2dd290b2bbf3107d06d0616ec8858d21b44da.tar.zst
tangerine-wallet-browser-71b2dd290b2bbf3107d06d0616ec8858d21b44da.zip
Enhance global modal to handle Buy, Edit, and Details Modals
Diffstat (limited to 'ui/app/components/modals/index.js')
-rw-r--r--ui/app/components/modals/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/modals/index.js b/ui/app/components/modals/index.js
index 23b432b7c..e2e367af0 100644
--- a/ui/app/components/modals/index.js
+++ b/ui/app/components/modals/index.js
@@ -1,9 +1,5 @@
const Modal = require('./modal')
-const BuyModal = require('./buy-modal')
-// const h = require('account-options')
-// const h = require('account-details')
module.exports = {
Modal,
- BuyModal,
} \ No newline at end of file