mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
refactor(Icons): Add typing support and improve structure (#32880)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import { useState } from 'react';
|
||||
import { Tooltip } from 'src/components/Tooltip';
|
||||
import Modal from 'src/components/Modal';
|
||||
import Icons from 'src/components/Icons';
|
||||
import { Icons } from 'src/components/Icons';
|
||||
import Alert from 'src/components/Alert';
|
||||
import { t, useTheme } from '@superset-ui/core';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user