Skip to content

Commit

Permalink
Add missing ToolbarDropdownMenu import for mobile (#31581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored May 7, 2021
1 parent 6b17051 commit b7fd98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export { default as ToolbarButton } from './toolbar-button';
export { default as __experimentalToolbarContext } from './toolbar-context';
export { default as ToolbarGroup } from './toolbar-group';
export { default as ToolbarItem } from './toolbar-item';
export { default as ToolbarDropdownMenu } from './toolbar-dropdown-menu';
export { default as Icon } from './icon';
export { default as Spinner } from './spinner';
export {
Expand Down

0 comments on commit b7fd98e

Please sign in to comment.