import { Card } from '@automattic/components'; import { Component } from 'react'; import CommentButton from 'calypso/blocks/comment-button'; export default class CommentButtonExample extends Component { static displayName = 'CommentButtonExample'; render() { return (
); } }