mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: Removes Popover duplication (#13462)
This commit is contained in:
committed by
GitHub
parent
9031e69dc2
commit
6fe4cc0c51
@@ -19,7 +19,7 @@
|
||||
/* eslint-disable no-unused-expressions */
|
||||
import React from 'react';
|
||||
import { styledMount as mount } from 'spec/helpers/theming';
|
||||
import Popover from 'src/common/components/Popover';
|
||||
import Popover from 'src/components/Popover';
|
||||
|
||||
import Label from 'src/components/Label';
|
||||
import ViewportControl from 'src/explore/components/controls/ViewportControl';
|
||||
|
||||
Reference in New Issue
Block a user