chore: Moves DropdownButton to the components folder (#14127)

This commit is contained in:
Michael S. Molina 2021-04-16 02:46:18 -03:00 committed by GitHub
parent ec75dc178b
commit e4c8084285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import Icon from 'src/components/Icon';
import {
DropdownButton,
DropdownButtonProps,
} from 'src/common/components/DropdownButton';
} from 'src/components/DropdownButton';
interface Props {
allowAsync: boolean;