mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prettier: change to single quoting
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { GraphiteDatasource } from "./datasource";
|
||||
import { GraphiteQueryCtrl } from "./query_ctrl";
|
||||
import { GraphiteConfigCtrl } from "./config_ctrl";
|
||||
import { GraphiteDatasource } from './datasource';
|
||||
import { GraphiteQueryCtrl } from './query_ctrl';
|
||||
import { GraphiteConfigCtrl } from './config_ctrl';
|
||||
|
||||
class AnnotationsQueryCtrl {
|
||||
static templateUrl = "partials/annotations.editor.html";
|
||||
static templateUrl = 'partials/annotations.editor.html';
|
||||
}
|
||||
|
||||
export {
|
||||
GraphiteDatasource as Datasource,
|
||||
GraphiteQueryCtrl as QueryCtrl,
|
||||
GraphiteConfigCtrl as ConfigCtrl,
|
||||
AnnotationsQueryCtrl
|
||||
AnnotationsQueryCtrl,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user