mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
10 lines
244 B
TypeScript
10 lines
244 B
TypeScript
import {PanelCtrl} from 'app/features/panel/panel_ctrl';
|
|
import {MetricsPanelCtrl} from 'app/features/panel/metrics_panel_ctrl';
|
|
import {QueryCtrl} from 'app/features/panel/query_ctrl';
|
|
|
|
export {
|
|
PanelCtrl,
|
|
MetricsPanelCtrl,
|
|
QueryCtrl,
|
|
}
|