import './StreamChat.css'; function StreamChat(props) { return (
{props.title}
); } export default StreamChat;