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