Skip to content

Commit 1aaeac6

Browse files
committed
chore: remove useless imports
1 parent ab6d6ed commit 1aaeac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Modal, StyleProp, TextStyle, ViewStyle } from 'react-native';
1+
import type { StyleProp, TextStyle, ViewStyle } from 'react-native';
22

33
export type StyleObj = StyleProp<ViewStyle | TextStyle>;
44

0 commit comments

Comments
 (0)