chore: Removes Popover duplication (#13462)

This commit is contained in:
Michael S. Molina
2021-03-30 17:54:53 -03:00
committed by GitHub
parent 9031e69dc2
commit 6fe4cc0c51
24 changed files with 22 additions and 74 deletions

View File

@@ -21,7 +21,7 @@ import React from 'react';
import sinon from 'sinon';
import { shallow } from 'enzyme';
import Popover from 'src/common/components/Popover';
import Popover from 'src/components/Popover';
import { AGGREGATES } from 'src/explore/constants';
import AdhocMetricOption from 'src/explore/components/controls/MetricControl/AdhocMetricOption';
import AdhocMetric from 'src/explore/components/controls/MetricControl/AdhocMetric';