index.js 153 Bytes Raw Blame History Permalink 1 2 3 4 5 import Article from './article'; import Common from './common'; import UserPage from './userpage'; export default [...Article, ...UserPage, ...Common];