You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
842 B

  1. import home from './home'
  2. import header from './header'
  3. import generic from './generic'
  4. import rules from './rules'
  5. import toastui from './toastui'
  6. import user from './user'
  7. import vuetify from './vuetify'
  8. import annotation from './projects/annotation'
  9. import dataset from './projects/dataset'
  10. import errors from './projects/errors'
  11. import guideline from './projects/guideline'
  12. import projectHome from './projects/home'
  13. import labels from './projects/labels'
  14. import members from './projects/members'
  15. import overview from './projects/overview'
  16. import statistics from './projects/statistics'
  17. import comments from './projects/comments'
  18. export default {
  19. home,
  20. header,
  21. generic,
  22. rules,
  23. toastui,
  24. user,
  25. vuetify,
  26. annotation,
  27. dataset,
  28. errors,
  29. guideline,
  30. projectHome,
  31. labels,
  32. members,
  33. overview,
  34. statistics,
  35. comments
  36. }