import React from 'react'; function TextMessages(props) { return (
TextMessages
); } export default TextMessages;