Skip to content

Commit e382d1b

Browse files
committed
lint
1 parent bb4e40b commit e382d1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import type {
1212
TextInputKeyPressEventData,
1313
TextInputScrollEventData,
1414
} from 'react-native';
15-
import {DeviceEventEmitter, findNodeHandle, InteractionManager, NativeModules, View} from 'react-native';
16-
import {StyleSheet} from 'react-native';
15+
import {DeviceEventEmitter, findNodeHandle, InteractionManager, NativeModules, StyleSheet, View} from 'react-native';
1716
import {useFocusedInputHandler} from 'react-native-keyboard-controller';
1817
import type {OnyxEntry} from 'react-native-onyx';
1918
import {useOnyx} from 'react-native-onyx';

0 commit comments

Comments
 (0)