Skip to content

Commit

Permalink
Fix actionbar export in drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed May 10, 2024
1 parent 6de1392 commit d31070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/drafts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export * from './SelectPanel2'
export {default as TabPanels} from './TabPanels'
export type {TabPanelsProps, TabPanelsTabProps, TabPanelsPanelProps} from './TabPanels'
export * from '../TooltipV2'
export {default as ActionBar} from './ActionBar'
export * from './ActionBar'
export {default as ActionBar} from '../ActionBar'
export * from '../ActionBar'

export {Stack} from '../Stack'
export type {StackProps, StackItemProps} from '../Stack'

0 comments on commit d31070f

Please sign in to comment.