index.js 153 Bytes
import Article from './article';
import Common from './common';
import UserPage from './userpage';

export default [...Article, ...UserPage, ...Common];