import React from 'react';
import ChatTray from './Chat';
import RecordTray from './Record';
import ScreenShareTray from './ScreenShare';
import StreamTray from './Stream';
import ViewTray from './View';
export const Tray = () => {
return (
<>
>
);
};
export default Tray;