mirror of
https://github.com/apache/superset.git
synced 2026-07-19 05:05:39 +00:00
refactor(Icons): Add typing support and improve structure (#32880)
This commit is contained in:
@@ -20,7 +20,7 @@ import { useDispatch } from 'react-redux';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { Dropdown } from 'src/components/Dropdown';
|
||||
import { Menu } from 'src/components/Menu';
|
||||
import Icons from 'src/components/Icons';
|
||||
import { Icons } from 'src/components/Icons';
|
||||
import { queryEditorSetQueryLimit } from 'src/SqlLab/actions/sqlLab';
|
||||
import useQueryEditor from 'src/SqlLab/hooks/useQueryEditor';
|
||||
import Button from 'src/components/Button';
|
||||
|
||||
Reference in New Issue
Block a user