all.js 249 B

123456789101112
  1. define([
  2. './panellinks/module',
  3. './dashlinks/module',
  4. './annotations/all',
  5. './templating/all',
  6. './plugins/all',
  7. './dashboard/all',
  8. './playlist/all',
  9. './snapshot/all',
  10. './panel/all',
  11. './styleguide/styleguide',
  12. ], function () {});