all.ts 306 B

1234567891011
  1. import './annotations/all';
  2. import './templating/all';
  3. import './plugins/all';
  4. import './dashboard/all';
  5. import './playlist/all';
  6. import './panel/all';
  7. import './org/all';
  8. import './admin';
  9. import './alerting/NotificationsEditCtrl';
  10. import './alerting/NotificationsListCtrl';
  11. import './manage-dashboards';