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