Skip to content

Commit

Permalink
remove double exports of Button and Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Dec 19, 2024
1 parent a68daff commit 1470490
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export * from './KaizenProvider'
export * from './Label'
export * from './LabelledMessage'
export * from './LikertScaleLegacy'
export * from './LinkButton'
export * from './Loading'
export * from './Menu'
export * from './Modal'
Expand Down Expand Up @@ -61,6 +62,3 @@ export * from './utils'
export * from './VisuallyHidden'
export * from './Well'
export * from './Workflow'
export * from './Menu'
export * from './Button'
export * from './LinkButton'

0 comments on commit 1470490

Please sign in to comment.