import getChainList from './getChainList' import getChainDetail from './getChainDetail' import editChainDetail from './editChainDetail' export default { getChainList, getChainDetail, editChainDetail, }