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.

35 lines
787 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. export default {
  18. home,
  19. header,
  20. generic,
  21. rules,
  22. toastui,
  23. user,
  24. vuetify,
  25. annotation,
  26. dataset,
  27. errors,
  28. guideline,
  29. projectHome,
  30. labels,
  31. members,
  32. overview,
  33. statistics
  34. }