From f1a567b203f8c534d7ffafbf5bca5b780c6a312d Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:32:53 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../interactive_setup/public/theme/kibana_theme_provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/interactive_setup/public/theme/kibana_theme_provider.tsx b/src/plugins/interactive_setup/public/theme/kibana_theme_provider.tsx index e5390fc9393eff5..26c7d7def44304b 100644 --- a/src/plugins/interactive_setup/public/theme/kibana_theme_provider.tsx +++ b/src/plugins/interactive_setup/public/theme/kibana_theme_provider.tsx @@ -14,8 +14,8 @@ import React, { useMemo } from 'react'; import useObservable from 'react-use/lib/useObservable'; import type { Observable } from 'rxjs'; -import { EUI_STYLES_GLOBAL, EUI_STYLES_UTILS } from '@kbn/core-base-common'; import type { CoreTheme } from '@kbn/core/public'; +import { EUI_STYLES_GLOBAL, EUI_STYLES_UTILS } from '@kbn/core-base-common'; import { getColorMode } from './utils';