mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
fixed error
This commit is contained in:
parent
0c5314cec7
commit
54c502ae4d
@ -3,8 +3,9 @@ import _ from 'lodash';
|
||||
import * as dateMath from 'app/core/utils/datemath';
|
||||
import kbn from 'app/core/utils/kbn';
|
||||
import * as templatingVariable from 'app/features/templating/variable';
|
||||
// import * as moment from 'moment';
|
||||
|
||||
export class CloudWatchDatasource {
|
||||
export default class CloudWatchDatasource {
|
||||
type: any;
|
||||
name: any;
|
||||
supportMetrics: any;
|
||||
|
Loading…
Reference in New Issue
Block a user