mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed #2798. Removed unused components.
This commit is contained in:
parent
0ef8e086a2
commit
e49bb1ccc0
@ -1,9 +1,7 @@
|
|||||||
define([
|
define([
|
||||||
'angular',
|
'angular'
|
||||||
'lodash',
|
|
||||||
'./directives',
|
|
||||||
],
|
],
|
||||||
function (angular, _) {
|
function (angular) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var module = angular.module('grafana.services');
|
var module = angular.module('grafana.services');
|
||||||
|
Loading…
Reference in New Issue
Block a user