Skip to content

Commit 7383f88

Browse files
committed
fix: circular dependency issue
1 parent e9cc98b commit 7383f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Alert, ImageBackground, Platform, StyleSheet, Text, View } from 'react-
55
import { TouchableOpacity } from '@gorhom/bottom-sheet';
66
import { lookup } from 'mime-types';
77

8-
import { useTranslationContext } from '../../../contexts';
8+
import { useTranslationContext } from '../../../contexts/translationContext/TranslationContext';
99
import { AttachmentPickerContextValue } from '../../../contexts/attachmentPickerContext/AttachmentPickerContext';
1010
import { useTheme } from '../../../contexts/themeContext/ThemeContext';
1111
import { useViewport } from '../../../hooks/useViewport';

0 commit comments

Comments
 (0)