index.js 144 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
import codeTable from "./codeTable";
import common from "./common";
import tx from "./tx";

export default {
  ...common,
  codeTable,
  tx,
};