mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
12 lines
242 B
JavaScript
12 lines
242 B
JavaScript
define([
|
|
'./panellinks/module',
|
|
'./dashlinks/module',
|
|
'./annotations/annotations_srv',
|
|
'./templating/all',
|
|
'./dashboard/all',
|
|
'./playlist/all',
|
|
'./snapshot/all',
|
|
'./panel/all',
|
|
'./styleguide/styleguide',
|
|
], function () {});
|