import React from 'react'; import CommentCombine from './index'; import styles from './index.less'; export class CommentDemo extends React.Component { render() { return (
) } } export default CommentDemo;