import React from "react"; import styles from "./index.less"; import { Comment, Avatar, Form, Button, List, Input } from "antd"; import moment from "moment"; const { TextArea } = Input; const CommentList = ({ comments }) => ( 1 ? "replies" : "reply"}`} itemLayout="horizontal" renderItem={props => } /> ); const Editor = ({ onChange, onSubmit, submitting, value }) => (