Run eslint --fix

This commit is contained in:
Samuel Newman
2026-06-16 20:38:47 +03:00
parent b8fdce6478
commit 2b1ee548ee
15 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {BottomSheetViewProps} from './BottomSheet.types'
import {type BottomSheetViewProps} from './BottomSheet.types'
export function BottomSheet(_: BottomSheetViewProps) {
throw new Error('BottomSheet is not available on web')