Skip to content

Commit

Permalink
export SelectPanel draft from @primer/react/drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 11, 2023
1 parent 25fc058 commit a9fd948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/drafts/SelectPanel2/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {SelectPanel} from './SelectPanel'
2 changes: 2 additions & 0 deletions src/drafts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export * from '../Hidden'

export * from './hooks'

export * from './SelectPanel2'

// TODO: Remove these components from the drafts bundle in the next major release
export * from '../TreeView'
export * from '../NavList'
Expand Down

0 comments on commit a9fd948

Please sign in to comment.