Files
grafana/public/app/features/panel/panel.ts
2016-02-02 12:52:43 +01:00

16 lines
351 B
TypeScript

///<reference path="../../headers/common.d.ts" />
import config from 'app/core/config';
import {PanelCtrl} from './panel_ctrl';
import {MetricsPanelCtrl} from './metrics_panel_ctrl';
import {PanelDirective} from './panel_directive';
import {QueryCtrl} from './query_ctrl';
export {
PanelCtrl,
MetricsPanelCtrl,
PanelDirective,
QueryCtrl,
}