chore: Moves Tooltip to the components folder (#14137)

This commit is contained in:
Michael S. Molina
2021-04-20 12:47:47 -03:00
committed by GitHub
parent ec79b7be1f
commit 8441590812
59 changed files with 56 additions and 86 deletions

View File

@@ -21,7 +21,7 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import PropTypes from 'prop-types';
import { styled, t } from '@superset-ui/core';
import { Tooltip } from 'src/common/components/Tooltip';
import { Tooltip } from 'src/components/Tooltip';
import { chartPropShape } from '../../dashboard/util/propShapes';
import ExploreActionButtons from './ExploreActionButtons';
import RowCountLabel from './RowCountLabel';