import React, { Component } from "react"; import MyChat from "./MyChat"; export default class App extends Component { render() { return ; } }