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