diff --git a/react-native-sdk/index.tsx b/react-native-sdk/index.tsx index a800d43f74..447008aa45 100644 --- a/react-native-sdk/index.tsx +++ b/react-native-sdk/index.tsx @@ -13,11 +13,12 @@ import React, { } from 'react'; import { View, ViewStyle } from 'react-native'; +import type { IRoomsInfo } from '../react/features/breakout-rooms/types'; + import { appNavigate } from './react/features/app/actions.native'; import { App } from './react/features/app/components/App.native'; import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions'; import { getRoomsInfo } from './react/features/breakout-rooms/functions'; -import type { IRoomsInfo } from '../react/features/breakout-rooms/types'; interface IEventListeners {