浏览代码

fix: lint

factor2
Abbas Al-Mansoori 1年前
父节点
当前提交
4c6cadea6d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      react-native-sdk/index.tsx

+ 2
- 1
react-native-sdk/index.tsx 查看文件

@@ -13,11 +13,12 @@ import React, {
13 13
 } from 'react';
14 14
 import { View, ViewStyle } from 'react-native';
15 15
 
16
+import type { IRoomsInfo } from '../react/features/breakout-rooms/types';
17
+
16 18
 import { appNavigate } from './react/features/app/actions.native';
17 19
 import { App } from './react/features/app/components/App.native';
18 20
 import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions';
19 21
 import { getRoomsInfo } from './react/features/breakout-rooms/functions';
20
-import type { IRoomsInfo } from '../react/features/breakout-rooms/types';
21 22
 
22 23
 
23 24
 interface IEventListeners {

正在加载...
取消
保存