feat(plugins): base clases are now in app/plugins/sdk

This commit is contained in:
Torkel Ödegaard
2016-02-05 18:08:21 +01:00
parent 23fa5fa1c7
commit 801129530e
15 changed files with 25 additions and 29 deletions

View File

@@ -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,
}