index.js 210 B

1234567891011
  1. import getChainList from './getChainList'
  2. import getChainDetail from './getChainDetail'
  3. import editChainDetail from './editChainDetail'
  4. export default {
  5. getChainList,
  6. getChainDetail,
  7. editChainDetail,
  8. }