mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
16 lines
351 B
TypeScript
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,
|
|
}
|