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