aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/index.js
blob: 23b432b7cc86c5852e6937036059f98e1c6f6c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
const Modal = require('./modal')
const BuyModal = require('./buy-modal')
// const h = require('account-options')
// const h = require('account-details')

module.exports = {
  Modal,
  BuyModal,
}