mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Make Explore plugin exports explicit
This commit is contained in:
@@ -9,15 +9,11 @@ class PrometheusAnnotationsQueryCtrl {
|
||||
static templateUrl = 'partials/annotations.editor.html';
|
||||
}
|
||||
|
||||
const ExploreComponents = {
|
||||
QueryField: PromQueryField,
|
||||
StartPage: PrometheusStartPage,
|
||||
};
|
||||
|
||||
export {
|
||||
PrometheusDatasource as Datasource,
|
||||
PrometheusQueryCtrl as QueryCtrl,
|
||||
PrometheusConfigCtrl as ConfigCtrl,
|
||||
PrometheusAnnotationsQueryCtrl as AnnotationsQueryCtrl,
|
||||
ExploreComponents,
|
||||
PromQueryField as ExploreQueryField,
|
||||
PrometheusStartPage as ExploreStartPage,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user