File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 TranslationContextValue ,
1414 TranslationProvider ,
1515} from '../../contexts/translationContext/TranslationContext' ;
16- import { useStreami18n } from '../../utils /useStreami18n' ;
16+ import { useStreami18n } from '../../hooks /useStreami18n' ;
1717
1818import { SDK } from '../../native' ;
1919import { version } from '../../version.json' ;
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import { ImageOverlaySelectedComponent as DefaultImageOverlaySelectedComponent }
2727import { ImageSelectorIcon as DefaultImageSelectorIcon } from '../../components/AttachmentPicker/components/ImageSelectorIcon' ;
2828import { ImageGallery } from '../../components/ImageGallery/ImageGallery' ;
2929import { MessageOverlay } from '../../components/MessageOverlay/MessageOverlay' ;
30+ import { useStreami18n } from '../../hooks/useStreami18n' ;
3031import { BlurView } from '../../native' ;
31- import { useStreami18n } from '../../utils/useStreami18n' ;
3232
3333import type BottomSheet from '@gorhom/bottom-sheet' ;
3434
Original file line number Diff line number Diff line change 11export * from './useAppStateListener' ;
2+ export * from './useStreami18n' ;
Original file line number Diff line number Diff line change 11import { useEffect , useState } from 'react' ;
22
33import type { TranslationContextValue } from '../contexts/translationContext/TranslationContext' ;
4- import { Streami18n } from './Streami18n' ;
4+ import { Streami18n } from '../utils /Streami18n' ;
55
66export const useStreami18n = ( {
77 i18nInstance,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export * from './icons';
99export * from './types/types' ;
1010
1111export * from './utils/Streami18n' ;
12- export * from './utils/useStreami18n' ;
1312export * from './utils/utils' ;
1413
1514export { default as enTranslations } from './i18n/en.json' ;
You canβt perform that action at this time.
0 commit comments