mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: refactoring - rename react components and file structure changes
This commit is contained in:
@@ -2,12 +2,12 @@ import StackdriverDatasource from './datasource';
|
||||
import { StackdriverQueryCtrl } from './query_ctrl';
|
||||
import { StackdriverConfigCtrl } from './config_ctrl';
|
||||
import { StackdriverAnnotationsQueryCtrl } from './annotations_query_ctrl';
|
||||
import { StackdriverTemplateQueryCtrl } from './templateQueryCtrl';
|
||||
import { StackdriverTemplateQueryComponent } from './components/TemplateQueryComponent';
|
||||
|
||||
export {
|
||||
StackdriverDatasource as Datasource,
|
||||
StackdriverQueryCtrl as QueryCtrl,
|
||||
StackdriverConfigCtrl as ConfigCtrl,
|
||||
StackdriverAnnotationsQueryCtrl as AnnotationsQueryCtrl,
|
||||
StackdriverTemplateQueryCtrl as TemplateQueryCtrl,
|
||||
StackdriverTemplateQueryComponent as TemplateQueryComponent,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user