Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import clsx from 'clsx';
export const CommentNavigationTab = ( { children, className } ) => (
<div className={ clsx( 'comment-navigation__tab', className ) }>{ children }</div>
);
export default CommentNavigationTab;