Skip to content

Commit

Permalink
chore: Moves DropdownButton to the components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Apr 14, 2021
1 parent a548b69 commit 97d95a6
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 97d95a6

Please sign in to comment.