index.js 87 Bytes Raw Blame History Permalink 1 2 3 4 import Ufo from './ufo'; import Yoho from './yoho'; export default [...Ufo, ...Yoho];