mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
cleanup
This commit is contained in:
parent
220b65afd2
commit
a3019a9789
@ -1,8 +1,9 @@
|
||||
///<reference path="../../headers/common.d.ts" />
|
||||
|
||||
import angular from "angular";
|
||||
import $ from "jquery";
|
||||
import Drop from "tether-drop";
|
||||
import angular from 'angular';
|
||||
import $ from 'jquery';
|
||||
import _ from 'lodash';
|
||||
import Drop from 'tether-drop';
|
||||
|
||||
var module = angular.module('grafana.directives');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user