index.js 270 B

12345678
  1. import article from './article';
  2. import articleDetail from './articleDetail';
  3. import room from './room';
  4. import data from './data';
  5. import read from './read';
  6. import readDetail from './readDetail';
  7. export default [article, articleDetail, room, data, read, readDetail];