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.

39 lines
897 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 comments from './projects/comments'
  16. import overview from './projects/overview'
  17. import statistics from './projects/statistics'
  18. import settings from './projects/settings'
  19. export default {
  20. home,
  21. header,
  22. generic,
  23. rules,
  24. toastui,
  25. user,
  26. vuetify,
  27. annotation,
  28. dataset,
  29. errors,
  30. guideline,
  31. projectHome,
  32. labels,
  33. members,
  34. comments,
  35. overview,
  36. statistics,
  37. settings
  38. }