Chore: Remove empty and leftover files (#55757)

pull/55517/head^2
kay delaney 3 years ago committed by GitHub
parent 70f48cc725
commit 4d1b422b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      public/app/angular/partials/http_settings.html
  2. 0
      public/app/core/components/search/search_results.ts
  3. 14
      public/app/core/mod_defs.d.ts
  4. 0
      public/app/features/alerting/components/AlertingQueryRow.tsx
  5. 0
      public/app/features/alerting/unified/components/receivers/form/SubformOptionElement.tsx
  6. 1
      public/app/features/all.ts
  7. 0
      public/app/features/profile/all.ts
  8. 0
      public/app/plugins/panel/nodeGraph/__mocks__/layout.worker.js
  9. 1
      public/sass/_grafana.scss
  10. 0
      public/sass/components/_panel_text.scss

@ -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 './dashboard';
import './profile/all';

@ -48,7 +48,6 @@
@import 'components/panel_pluginlist';
@import 'components/panel_singlestat';
@import 'components/panel_table';
@import 'components/panel_text';
@import 'components/panel_heatmap';
@import 'components/tagsinput';
@import 'components/tables_lists';

Loading…
Cancel
Save