import React from "react"; import styles from "./index.less"; import { Comment, Tooltip, List } from "antd"; import moment from "moment"; const data = [ { actions: [Reply to], author: "Han Solo", avatar: "https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png", content: (

We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and efficiently.

), datetime: ( {moment() .subtract(1, "days") .fromNow()} ) }, { actions: [Reply to], author: "Han Solo", avatar: "https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png", content: (

We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and efficiently.

), datetime: ( {moment() .subtract(2, "days") .fromNow()} ) } ]; export default () => (
(
  • )} />
    );