Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sangar-1028 committed Oct 30, 2023
1 parent feb289c commit db3d93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/focusComposerWithDelay.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {InteractionManager, TextInput} from 'react-native';
import ComposerFocusManager from './ComposerFocusManager';
import * as EmojiPickerAction from './actions/EmojiPickerAction';
import ComposerFocusManager from './ComposerFocusManager';

type FocusComposerWithDelay = (shouldDelay?: boolean) => void;
/**
Expand Down

0 comments on commit db3d93b

Please sign in to comment.