fix: lint

This commit is contained in:
Abbas Al-Mansoori
2023-12-12 09:08:39 +01:00
committed by Calinteodor
parent 1bc50ea71c
commit 4c6cadea6d

View File

@@ -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 {