mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
refactor(Icons): Add typing support and improve structure (#32880)
This commit is contained in:
@@ -32,7 +32,7 @@ import {
|
||||
import TableView from 'src/components/TableView';
|
||||
import Button from 'src/components/Button';
|
||||
import { fDuration, extendedDayjs } from 'src/utils/dates';
|
||||
import Icons from 'src/components/Icons';
|
||||
import { Icons } from 'src/components/Icons';
|
||||
import Label from 'src/components/Label';
|
||||
import { Tooltip } from 'src/components/Tooltip';
|
||||
import { SqlLabRootState } from 'src/SqlLab/types';
|
||||
|
||||
Reference in New Issue
Block a user