File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugins/observability/public/pages/landing Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 EuiFlexGrid ,
1111 EuiFlexGroup ,
1212 EuiFlexItem ,
13- EuiIcon ,
1413 EuiImage ,
1514 EuiSpacer ,
1615 EuiText ,
@@ -19,10 +18,10 @@ import {
1918import { i18n } from '@kbn/i18n' ;
2019import React , { useContext } from 'react' ;
2120import styled , { ThemeContext } from 'styled-components' ;
21+ import { IngestManagerPanel } from '../../components/app/ingest_manager_panel' ;
2222import { WithHeaderLayout } from '../../components/app/layout/with_header' ;
2323import { usePluginContext } from '../../hooks/use_plugin_context' ;
2424import { appsSection } from '../home/section' ;
25- import { IngestManagerPanel } from '../../components/app/ingest_manager_panel' ;
2625
2726const EuiCardWithoutPadding = styled ( EuiCard ) `
2827 padding: 0;
You can’t perform that action at this time.
0 commit comments