grafana/public/app/features/all.ts
Tobias Skarhed 54ee4f4f72
Migration: Select org (#24739)
* Add SelectoOrgPage

* Remove old code

* Remove import
2020-05-19 09:55:04 +02:00

13 lines
366 B
TypeScript

import './annotations/all';
import './templating/all';
import './plugins/all';
import './dashboard';
import './playlist/all';
import './panel/all';
import './admin';
import './alerting/NotificationsEditCtrl';
import './manage-dashboards';
import './profile/all';
import './datasources/settings/HttpSettingsCtrl';
import './datasources/settings/TlsAuthSettingsCtrl';