cosmos-explorer/src/libs/data/index.js
2021-07-28 19:20:30 +08:00

6 lines
195 B
JavaScript

export { default as Proposal } from './proposal'
export { default as ProposalTally } from './proposal-tally'
export { default as StakingPool } from './staking-pool'
export default class Test {}