diff --git a/public/components/custom_panels/home.tsx b/public/components/custom_panels/home.tsx index bea276c3f..f56685b8f 100644 --- a/public/components/custom_panels/home.tsx +++ b/public/components/custom_panels/home.tsx @@ -32,9 +32,7 @@ import { CustomPanelTable } from './custom_panel_table'; import { CustomPanelView } from './custom_panel_view'; import { CustomPanelViewSO } from './custom_panel_view_so'; import { isNameValid } from './helpers/utils'; -import { CustomPanelViewSO } from './custom_panel_view_so'; -import { coreRefs } from '../../framework/core_refs'; -import { deletePanel, fetchPanels, uuidRx } from './redux/panel_slice'; +import { fetchPanels, uuidRx } from './redux/panel_slice'; // import { ObjectFetcher } from '../common/objectFetcher';