import React from 'react'; import { Form, Button } from 'react-bootstrap'; function Chat(props) { return (
); } export default Chat;