Skip to content

Commit

Permalink
feat(BottomSheet): Add missing BottomSheetHeader export in react/inde…
Browse files Browse the repository at this point in the history
…x.js
  • Loading branch information
zatteo committed Jan 10, 2023
1 parent 2746d0f commit c29fb3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion react/index.js
Expand Up @@ -99,7 +99,11 @@ export { default as Fab } from './Fab'
export { default as SquareAppIcon } from './SquareAppIcon'
export { default as FileImageLoader } from './FileImageLoader'
export { default as Radios } from './Radios'
export { default as BottomSheet, BottomSheetItem } from './BottomSheet'
export {
default as BottomSheet,
BottomSheetItem,
BottomSheetHeader
} from './BottomSheet'
export { default as FilePicker } from './FilePicker'
export { default as Chips } from './Chips'
export { default as PieChart } from './PieChart'
Expand Down

0 comments on commit c29fb3a

Please sign in to comment.