mirror of
https://github.com/apache/superset.git
synced 2026-04-10 03:45:22 +00:00
chore: Removes Popover duplication (#13462)
This commit is contained in:
committed by
GitHub
parent
9031e69dc2
commit
6fe4cc0c51
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import { shallow, mount } from 'enzyme';
|
||||
import { supersetTheme, ThemeProvider } from '@superset-ui/core';
|
||||
import Popover from 'src/common/components/Popover';
|
||||
import Popover from 'src/components/Popover';
|
||||
import sinon from 'sinon';
|
||||
import { Provider } from 'react-redux';
|
||||
import configureStore from 'redux-mock-store';
|
||||
|
||||
Reference in New Issue
Block a user