mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: Moves Dropdown to the components folder (#14126)
This commit is contained in:
committed by
GitHub
parent
d1b458c4c5
commit
42fb2286ad
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { EditableTabs } from 'src/common/components/Tabs';
|
||||
import { Dropdown } from 'src/common/components/Dropdown';
|
||||
import { Dropdown } from 'src/components/Dropdown';
|
||||
import { Menu } from 'src/common/components';
|
||||
import { connect } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
|
||||
Reference in New Issue
Block a user