diff --git a/superset-frontend/spec/javascripts/components/AsyncSelect_spec.jsx b/superset-frontend/src/components/AsyncSelect/AsyncSelect.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/components/AsyncSelect_spec.jsx rename to superset-frontend/src/components/AsyncSelect/AsyncSelect.test.jsx diff --git a/superset-frontend/src/components/AsyncSelect.jsx b/superset-frontend/src/components/AsyncSelect/index.jsx similarity index 97% rename from superset-frontend/src/components/AsyncSelect.jsx rename to superset-frontend/src/components/AsyncSelect/index.jsx index 93bbb34087..1f2fb66e53 100644 --- a/superset-frontend/src/components/AsyncSelect.jsx +++ b/superset-frontend/src/components/AsyncSelect/index.jsx @@ -21,7 +21,7 @@ import PropTypes from 'prop-types'; // TODO: refactor this with `import { AsyncSelect } from src/components/Select` import { Select } from 'src/components/Select'; import { t, SupersetClient } from '@superset-ui/core'; -import { getClientErrorObject } from '../utils/getClientErrorObject'; +import { getClientErrorObject } from '../../utils/getClientErrorObject'; const propTypes = { dataEndpoint: PropTypes.string.isRequired,