mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
14 lines
363 B
TypeScript
14 lines
363 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';
|