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.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/components/modals/index.js b/ui/app/components/modals/index.js
new file mode 100644
index 000000000..23b432b7c
--- /dev/null
+++ b/ui/app/components/modals/index.js
@@ -0,0 +1,9 @@
+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