/** * Copyright 2021 Design Barn Inc. */ import { Collapsible } from '@lottiefiles/react-ui-kit'; import React from 'react'; import { CommentSquareIcon } from '../../../../../assets/Icons'; export const Comments = () => { return (
Comments (0)
} > ); };