Skip to content

Commit

Permalink
fix deleted import (#370)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored and Peter Fitzgibbons committed Apr 17, 2023
1 parent 97a3365 commit 2e46088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/components/custom_panels/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 2e46088

Please sign in to comment.