grafana/public/app/plugins/panel/heatmap/module.ts

5 lines
109 B
TypeScript
Raw Normal View History

import './color_legend';
import { HeatmapCtrl } from './heatmap_ctrl';
2017-03-24 05:35:19 -05:00
export { HeatmapCtrl as PanelCtrl };