Skip to content

Commit

Permalink
Add back type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 8, 2024
1 parent 3112770 commit fa67ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Composer/index.native.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {MarkdownStyle} from '@expensify/react-native-live-markdown';
import type {ForwardedRef} from 'react';
import React, {useCallback, useMemo, useRef} from 'react';
import type {TextInput} from 'react-native';
import type {NativeSyntheticEvent, TextInput, TextInputChangeEventData} from 'react-native';
import {StyleSheet} from 'react-native';
import type {AnimatedMarkdownTextInputRef} from '@components/RNMarkdownTextInput';
import RNMarkdownTextInput from '@components/RNMarkdownTextInput';
Expand Down

0 comments on commit fa67ced

Please sign in to comment.