mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove empty and leftover files (#55757)
This commit is contained in:
14
public/app/core/mod_defs.d.ts
vendored
14
public/app/core/mod_defs.d.ts
vendored
@@ -1,14 +0,0 @@
|
|||||||
declare module 'app/core/controllers/all' {
|
|
||||||
let json: any;
|
|
||||||
export { json };
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module 'app/core/routes/all' {
|
|
||||||
let json: any;
|
|
||||||
export { json };
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module 'app/core/services/all' {
|
|
||||||
let json: any;
|
|
||||||
export default json;
|
|
||||||
}
|
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
import './plugins/all';
|
import './plugins/all';
|
||||||
import './dashboard';
|
import './dashboard';
|
||||||
import './profile/all';
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
@import 'components/panel_pluginlist';
|
@import 'components/panel_pluginlist';
|
||||||
@import 'components/panel_singlestat';
|
@import 'components/panel_singlestat';
|
||||||
@import 'components/panel_table';
|
@import 'components/panel_table';
|
||||||
@import 'components/panel_text';
|
|
||||||
@import 'components/panel_heatmap';
|
@import 'components/panel_heatmap';
|
||||||
@import 'components/tagsinput';
|
@import 'components/tagsinput';
|
||||||
@import 'components/tables_lists';
|
@import 'components/tables_lists';
|
||||||
|
|||||||
Reference in New Issue
Block a user