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