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