Skip to content

Commit 26380ee

Browse files
committed
fix: lint issues
1 parent 027920d commit 26380ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package/src/components/UIComponents/BottomSheetModal.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import React, { PropsWithChildren, useEffect } from 'react';
22
import {
33
Animated,
4-
Dimensions,
4+
Keyboard,
5+
KeyboardEvent,
56
Modal,
67
StyleSheet,
7-
useWindowDimensions,
88
TouchableWithoutFeedback,
9+
useWindowDimensions,
910
View,
10-
Keyboard,
11-
KeyboardEvent,
1211
} from 'react-native';
1312
import {
1413
Gesture,

0 commit comments

Comments
 (0)