about summary refs log tree commit diff
path: root/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx')
-rw-r--r--modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx b/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx
index f1a77cf33..8149561a3 100644
--- a/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx
+++ b/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx
@@ -1,4 +1,4 @@
-import {BottomSheetViewProps} from './BottomSheet.types'
+import {type BottomSheetViewProps} from './BottomSheet.types'
 
 export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
   throw new Error('BottomSheetNativeComponent is not available on web')