Fix import paths

This commit is contained in:
Paul Frazee 2023-01-27 00:19:58 -06:00
parent 99360f7bd9
commit 0673129b20
2 changed files with 4 additions and 4 deletions

View file

@ -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