index.js 189 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
  ...common,
  codeTable,
潘际乾 committed
9
  ...tx,
10
  columns
11
};