mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
15 lines
410 B
TypeScript
15 lines
410 B
TypeScript
import './annotations/all';
|
|
import './templating/all';
|
|
import './plugins/all';
|
|
import './dashboard/all';
|
|
import './playlist/all';
|
|
import './panel/all';
|
|
import './org/all';
|
|
import './admin';
|
|
import './alerting/NotificationsEditCtrl';
|
|
import './alerting/NotificationsListCtrl';
|
|
import './manage-dashboards';
|
|
import './teams/CreateTeamCtrl';
|
|
import './profile/ProfileCtrl';
|
|
import './profile/ChangePasswordCtrl';
|