import React from 'react';
// eslint-disable-next-line import/no-extraneous-dependencies
import ItemComment from 'terra-clinical-item-display/lib/ItemComment';

const component = () => (
  <span>
    <ItemComment text="Comment" />
  </span>
);

export default component;
