import React from 'react'; export const ChatRevoke: React.FC = () => { return (
撤回了一条消息
); };