index.js 99 Bytes Raw Blame History Permalink 1 2 3 4 import Order from './order'; import Common from './common'; export default [...Order, ...Common];