Skip to content

Commit 38bc9e5

Browse files
committed
chore: resolve build error
1 parent 06a4f95 commit 38bc9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/components/FileViewer/FileViewerContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ReactNativeZoomableView, ReactNativeZoomableViewProps } from '@openspac
22
import React, { useLayoutEffect, useRef, useState } from 'react';
33
import { ImageProps, ImageStyle, ImageURISource, StyleProp, StyleSheet, useWindowDimensions } from 'react-native';
44

5-
import { SBUUtils } from '@sendbird/uikit-react-native';
65
import {
76
Box,
87
Image,
@@ -14,6 +13,7 @@ import {
1413
import { FileType, useIIFE } from '@sendbird/uikit-utils';
1514

1615
import { usePlatformService } from '../../hooks/useContext';
16+
import SBUUtils from '../../libs/SBUUtils';
1717

1818
type Props = {
1919
type: FileType;

0 commit comments

Comments
 (0)