2017-12-21 15:39:31 +08:00
|
|
|
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';
|
2018-09-02 22:11:21 +08:00
|
|
|
import { alertTab } from 'app/features/alerting/AlertTabCtrl';
|
2017-12-21 15:39:31 +08:00
|
|
|
import { loadPluginCss } from 'app/features/plugins/plugin_loader';
|
2016-02-10 20:09:39 +08:00
|
|
|
|
2017-12-19 23:06:54 +08:00
|
|
|
export { PanelCtrl, MetricsPanelCtrl, QueryCtrl, alertTab, loadPluginCss };
|