mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor(Icons): Add typing support and improve structure (#32880)
This commit is contained in:
@@ -21,7 +21,7 @@ import { FunctionComponent, useState, useEffect, ChangeEvent } from 'react';
|
||||
import { css, styled, t, useTheme } from '@superset-ui/core';
|
||||
import { useSingleViewResource } from 'src/views/CRUD/hooks';
|
||||
|
||||
import Icons from 'src/components/Icons';
|
||||
import { Icons } from 'src/components/Icons';
|
||||
import Modal from 'src/components/Modal';
|
||||
import withToasts from 'src/components/MessageToasts/withToasts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user