index.js 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import clearing from './clearing'; import payment from './payment'; import print from './print'; import stock from './stock'; export default { clearing, payment, print, stock };