mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
13 lines
287 B
JavaScript
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 () {});
|