diff options
Diffstat (limited to 'modules/bottom-sheet/src/BottomSheet.web.tsx')
-rw-r--r-- | modules/bottom-sheet/src/BottomSheet.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bottom-sheet/src/BottomSheet.web.tsx b/modules/bottom-sheet/src/BottomSheet.web.tsx index 4573604eb..1813d54dd 100644 --- a/modules/bottom-sheet/src/BottomSheet.web.tsx +++ b/modules/bottom-sheet/src/BottomSheet.web.tsx @@ -1,5 +1,5 @@ import {BottomSheetViewProps} from './BottomSheet.types' export function BottomSheet(_: BottomSheetViewProps) { - throw new Error('BottomSheetView is not available on web') + throw new Error('BottomSheet is not available on web') } |