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 b231f57 commit e0bdb2c
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'

Check failure on line 70 in packages/react/src/drafts/index.ts

View workflow job for this annotation

GitHub Actions / lint

Multiple exports of name 'ActionBar'
export * from '../ActionBar'

Check failure on line 71 in packages/react/src/drafts/index.ts

View workflow job for this annotation

GitHub Actions / lint

Multiple exports of name 'ActionBar'

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

0 comments on commit e0bdb2c

Please sign in to comment.