mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Moves Tooltip to the components folder (#14137)
This commit is contained in:
committed by
GitHub
parent
ec79b7be1f
commit
8441590812
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import Label from 'src/components/Label';
|
||||
import { Tooltip } from 'src/common/components/Tooltip';
|
||||
import { Tooltip } from 'src/components/Tooltip';
|
||||
import RowCountLabel from 'src/explore/components/RowCountLabel';
|
||||
|
||||
describe('RowCountLabel', () => {
|
||||
|
||||
Reference in New Issue
Block a user