import React from 'react' import { Text, View } from 'react-native' const Chat = () => { return ( Chat ) } export default Chat