Skip to content

Commit

Permalink
chore: Moves DropdownButton to the components folder (apache#14127)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Apr 16, 2021
1 parent b0918d4 commit 70d0caf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70d0caf

Please sign in to comment.