import React from 'react';

import ItemComment from '../../../../ItemComment';

export default () => <ItemComment text="test comment" id="ItemComment" />;
