Skip to content

Commit

Permalink
fix: ActionsMenu target wasn't good in global import
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Apr 27, 2023
1 parent 85ee5f1 commit cac334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/index.js
Expand Up @@ -40,7 +40,7 @@ export {
ActionMenuHeader,
ActionMenuRadio
} from './ActionMenu'
export { default as ActionsMenu } from './ActionsMenu/ActionsMenu'
export { default as ActionsMenu } from './ActionsMenu'
export { default as Overlay } from './Overlay'
export { default as Label } from './Label'
export { default as Input } from './Input'
Expand Down

0 comments on commit cac334a

Please sign in to comment.