import Article from './article'; import Common from './common'; import UserPage from './userpage'; export default [...Article, ...UserPage, ...Common];