all.ts 339 B

12345678910111213
  1. import './panellinks/module';
  2. import './dashlinks/module';
  3. import './annotations/all';
  4. import './templating/all';
  5. import './plugins/all';
  6. import './dashboard/all';
  7. import './playlist/all';
  8. import './snapshot/all';
  9. import './panel/all';
  10. import './org/all';
  11. import './admin/admin';
  12. import './alerting/all';
  13. import './styleguide/styleguide';