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