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

@@ -19,7 +19,7 @@
import React, { useEffect, useMemo, useState } from 'react';
import { logging, SupersetClient, t, Metric } from '@superset-ui/core';
import { ColumnMeta } from '@superset-ui/chart-controls';
import { Tooltip } from 'src/common/components/Tooltip';
import { Tooltip } from 'src/components/Tooltip';
import { OPERATORS } from 'src/explore/constants';
import { OptionSortType } from 'src/explore/types';
import {