grafana/public/app/features/all.js
2015-09-10 11:26:40 +02:00

13 lines
287 B
JavaScript

define([
'./panellinks/module',
'./dashlinks/module',
'./annotations/annotationsSrv',
'./templating/templateSrv',
'./dashboard/all',
'./panel/all',
'./profile/profileCtrl',
'./profile/changePasswordCtrl',
'./profile/selectOrgCtrl',
'./admin/all',
], function () {});