From 2e46088bba0302e6e6b0cee5946d417839bc9cad Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Mon, 17 Apr 2023 17:59:35 -0400 Subject: [PATCH] fix deleted import (#370) Signed-off-by: Derek Ho --- public/components/custom_panels/home.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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';