Blame view

apps/pages/index.js 153 Bytes
陈峰 authored
1
import Article from './article';
陈峰 authored
2
import Common from './common';
陈峰 authored
3
import UserPage from './userpage';
陈峰 authored
4
陈峰 authored
5
export default [...Article, ...UserPage, ...Common];