From e80e814df68fe779ae1db26fe959b0ebeb7599e1 Mon Sep 17 00:00:00 2001 From: Jack Reed <mejackreed@users.noreply.github.com> Date: Tue, 8 Dec 2020 06:44:35 -0700 Subject: [PATCH] Remove unused selector import --- src/containers/CustomPanel.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/containers/CustomPanel.js b/src/containers/CustomPanel.js index c9dfa5dec..493ad1463 100644 --- a/src/containers/CustomPanel.js +++ b/src/containers/CustomPanel.js @@ -4,8 +4,6 @@ import { withTranslation } from 'react-i18next'; import { withStyles } from '@material-ui/core/styles'; import { withPlugins } from '../extend/withPlugins'; import { CustomPanel } from '../components/CustomPanel'; -import { -} from '../state/selectors'; /** * mapStateToProps - to hook up connect -- GitLab