grafana/public/app/plugins/panel/heatmap/module.ts
Alexander Zobnin 308d46e4ef Fix 8013 (#8027)
* Add @ngInject to HeatmapCtrl constructor, issue #8013

* Remove unused loadPluginCss
2017-04-04 11:02:25 +02:00

8 lines
138 B
TypeScript

///<reference path="../../../headers/common.d.ts" />
import {HeatmapCtrl} from './heatmap_ctrl';
export {
HeatmapCtrl as PanelCtrl
};