mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
chore: Moves components out of the commons folder (#18931)
* refactor: Moves components out of the commons folder * Fixes tests
This commit is contained in:
committed by
GitHub
parent
2cb3635256
commit
fd4bd1edbc
@@ -22,7 +22,8 @@ import PropTypes from 'prop-types';
|
||||
import { t, styled, supersetTheme } from '@superset-ui/core';
|
||||
import { getUrlParam } from 'src/utils/urlUtils';
|
||||
|
||||
import { Dropdown, Menu } from 'src/common/components';
|
||||
import { Dropdown } from 'src/common/components';
|
||||
import { Menu } from 'src/components/Menu';
|
||||
import { Tooltip } from 'src/components/Tooltip';
|
||||
import Icons from 'src/components/Icons';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user