import CommentContent from './containers/CommentContent'; export default { slots: { commentContent: [CommentContent], }, };