import Client from './Client' import Merchant from './Merchant' export default { Client, Merchant, }