grafana/public/app/features/all.js
2015-05-05 19:56:49 +02:00

13 lines
273 B
JavaScript

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