mirror of https://github.com/grafana/grafana
parent
23fa5fa1c7
commit
801129530e
@ -1,13 +0,0 @@ |
||||
///<reference path="../../headers/common.d.ts" />
|
||||
|
||||
import config from 'app/core/config'; |
||||
|
||||
import {PanelCtrl} from './panel_ctrl'; |
||||
import {MetricsPanelCtrl} from './metrics_panel_ctrl'; |
||||
import {QueryCtrl} from './query_ctrl'; |
||||
|
||||
export { |
||||
PanelCtrl, |
||||
MetricsPanelCtrl, |
||||
QueryCtrl, |
||||
} |
@ -0,0 +1,9 @@ |
||||
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, |
||||
} |
Loading…
Reference in new issue