Run eslint --fix (#10923)

This commit is contained in:
Samuel Newman
2026-06-16 21:44:00 +03:00
committed by GitHub
parent 8d4f59a146
commit 2257e834dc
14 changed files with 15 additions and 15 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')