diff options
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.web.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index 6960bf7ab..395f8e5a2 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -5,8 +5,8 @@ import { TextInput as RNTextInput, TextStyle, } from 'react-native' -import {usePalette} from '../../lib/hooks/usePalette' -import {addStyle} from '../../lib/addStyle' +import {usePalette} from '../../../lib/hooks/usePalette' +import {addStyle} from '../../../lib/addStyle' export type TextInputRef = RNTextInput |