sdy

create ChatScreen component

1 +import React from "react";
2 +export default () => {
3 + return <div>Chat screen</div>;
4 +};