Skip to content

Commit 10e1194

Browse files
committed
chore: fix importing order for useStreami18n on OverlayProvider
1 parent ee77ed4 commit 10e1194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/contexts/overlayContext/OverlayProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { ImageOverlaySelectedComponent as DefaultImageOverlaySelectedComponent }
2727
import { ImageSelectorIcon as DefaultImageSelectorIcon } from '../../components/AttachmentPicker/components/ImageSelectorIcon';
2828
import { ImageGallery } from '../../components/ImageGallery/ImageGallery';
2929
import { MessageOverlay } from '../../components/MessageOverlay/MessageOverlay';
30-
import { BlurView } from '../../native';
3130
import { useStreami18n } from '../../hooks/useStreami18n';
31+
import { BlurView } from '../../native';
3232

3333
import type BottomSheet from '@gorhom/bottom-sheet';
3434

0 commit comments

Comments
 (0)