mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
14 lines
307 B
JavaScript
14 lines
307 B
JavaScript
define([
|
|
'./panellinks/module',
|
|
'./dashlinks/module',
|
|
'./annotations/annotationsSrv',
|
|
'./templating/templateSrv',
|
|
'./dashboard/all',
|
|
'./playlist/all',
|
|
'./panel/all',
|
|
'./profile/profileCtrl',
|
|
'./profile/changePasswordCtrl',
|
|
'./profile/selectOrgCtrl',
|
|
'./admin/all',
|
|
], function () {});
|