···55 TextInput as RNTextInput,
66 TextStyle,
77} from 'react-native'
88-import {usePalette} from '../../lib/hooks/usePalette'
99-import {addStyle} from '../../lib/addStyle'
88+import {usePalette} from '../../../lib/hooks/usePalette'
99+import {addStyle} from '../../../lib/addStyle'
10101111export type TextInputRef = RNTextInput
1212