Skip to content

Commit

Permalink
chore: resolve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Jan 23, 2024
1 parent 06a4f95 commit 38bc9e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ReactNativeZoomableView, ReactNativeZoomableViewProps } from '@openspac
import React, { useLayoutEffect, useRef, useState } from 'react';
import { ImageProps, ImageStyle, ImageURISource, StyleProp, StyleSheet, useWindowDimensions } from 'react-native';

import { SBUUtils } from '@sendbird/uikit-react-native';
import {
Box,
Image,
Expand All @@ -14,6 +13,7 @@ import {
import { FileType, useIIFE } from '@sendbird/uikit-utils';

import { usePlatformService } from '../../hooks/useContext';
import SBUUtils from '../../libs/SBUUtils';

type Props = {
type: FileType;
Expand Down

0 comments on commit 38bc9e5

Please sign in to comment.