chore: Moves Dropdown to the components folder (#14126)

This commit is contained in:
Michael S. Molina
2021-04-20 12:48:28 -03:00
committed by GitHub
parent d1b458c4c5
commit 42fb2286ad
4 changed files with 2 additions and 2 deletions

View File

@@ -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';