index.js 186 Bytes
Newer Older
潘际乾 committed
1 2 3
import codeTable from "./codeTable";
import common from "./common";
import tx from "./tx";
4
import columns from "./columns"
潘际乾 committed
5

6
export default {
潘际乾 committed
7 8 9
  ...common,
  codeTable,
  tx,
10
  columns
11
};