[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

This commit is contained in:
kibanamachine 2023-07-12 02:47:24 +00:00
parent 0eb891c6fb
commit 2b5575e5fe

View file

@ -11,7 +11,6 @@ import ReactDOM from 'react-dom';
import { Observable } from 'rxjs';
import type { MountPoint, CoreTheme } from '@kbn/core/public';
import { KibanaContextProvider } from '@kbn/react-kibana-context';
import { KibanaThemeProvider } from '../theme/kibana_theme_provider';
export interface ToMountPointParams {
theme$: Observable<CoreTheme>;