mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(panels): MetricsPanelCtrl is starting to work
This commit is contained in:
4
public/app/headers/common.d.ts
vendored
4
public/app/headers/common.d.ts
vendored
@@ -5,7 +5,7 @@ declare var System: any;
|
||||
|
||||
// dummy modules
|
||||
declare module 'app/core/config' {
|
||||
var config : any;
|
||||
var config: any;
|
||||
export default config;
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ declare module 'app/core/utils/kbn' {
|
||||
}
|
||||
|
||||
declare module 'app/core/store' {
|
||||
var store : any;
|
||||
var store: any;
|
||||
export default store;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user