jiti-meet/react/features/participants-pane/components/native/LobbyParticipantList.js

13 lines
339 B
JavaScript
Raw Normal View History

// @flow
import React from 'react';
import { View } from 'react-native';
import { useSelector } from 'react-redux';
// import { getLobbyState } from '../../../lobby/functions';
import { LobbyParticipantItem } from './LobbyParticipantItem';
import { participants } from './participants';
export const LobbyParticipantList = () => null;