ChatScreen.js 86 Bytes Raw Blame History Permalink 1 2 3 4 import React from "react"; export default () => { return <div>Chat screen</div>; };