import React from 'react';
import { SpeakerView } from '../SpeakerView';
export const Room = () => <SpeakerView />;
export default Room;