Chore: Remove empty and leftover files (#55757)

This commit is contained in:
kay delaney
2022-09-26 16:33:07 +01:00
committed by GitHub
parent 70f48cc725
commit 4d1b422b25
10 changed files with 0 additions and 16 deletions

View File

@@ -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;
}

View File

@@ -1,3 +1,2 @@
import './plugins/all'; import './plugins/all';
import './dashboard'; import './dashboard';
import './profile/all';

View File

@@ -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';