mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
15 lines
413 B
TypeScript
15 lines
413 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/all';
|
|
import './datasources/settings/HttpSettingsCtrl';
|