mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
refactor(Icons): Add typing support and improve structure (#32880)
This commit is contained in:
@@ -37,7 +37,7 @@ import CustomListItem from 'src/explore/components/controls/CustomListItem';
|
||||
import { ChartState, ExplorePageState } from 'src/explore/types';
|
||||
import { AnyAction } from 'redux';
|
||||
import { ThunkDispatch } from 'redux-thunk';
|
||||
import Icons from 'src/components/Icons';
|
||||
import { Icons } from 'src/components/Icons';
|
||||
import ControlPopover, {
|
||||
getSectionContainerElement,
|
||||
} from '../ControlPopover/ControlPopover';
|
||||
|
||||
Reference in New Issue
Block a user