diff --git a/x-pack/plugins/watcher/public/application/sections/watch_list_page/watch_list_page.tsx b/x-pack/plugins/watcher/public/application/sections/watch_list_page/watch_list_page.tsx index fb0db66cf04d5..37d73d0c8a25a 100644 --- a/x-pack/plugins/watcher/public/application/sections/watch_list_page/watch_list_page.tsx +++ b/x-pack/plugins/watcher/public/application/sections/watch_list_page/watch_list_page.tsx @@ -13,6 +13,7 @@ import { EuiButtonEmpty, EuiCallOut, EuiInMemoryTable, + EuiIcon, EuiLink, EuiSpacer, EuiText, @@ -24,7 +25,6 @@ import { EuiPageHeader, EuiPageTemplate, EuiSearchBarOnChangeArgs, - EuiIcon, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react';