index.js 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import create from './create'; import edit from './edit'; import onsale from './onsale'; import offsale from './offsale'; import output from './output'; export default { create, edit, onsale, offsale, output };