aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/index.js
diff options
context:
space:
mode:
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