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