mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
14 lines
298 B
TypeScript
14 lines
298 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';
|
|
|
|
export {
|
|
PanelCtrl,
|
|
MetricsPanelCtrl,
|
|
PanelDirective,
|
|
}
|