Skip to content

Commit

Permalink
fix: updated footer container export name
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 24, 2022
1 parent 3995e11 commit a887141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export { default as BottomSheetView } from './components/bottomSheetView';
export { default as BottomSheetTextInput } from './components/bottomSheetTextInput';
export { default as BottomSheetBackdrop } from './components/bottomSheetBackdrop';
export { default as BottomSheetFooter } from './components/bottomSheetFooter';
export { default as bottomSheetFooterContainer } from './components/bottomSheetFooterContainer/BottomSheetFooterContainer';
export { default as BottomSheetFooterContainer } from './components/bottomSheetFooterContainer/BottomSheetFooterContainer';

// touchables
import BottomSheetTouchable from './components/touchables';
Expand Down

0 comments on commit a887141

Please sign in to comment.