import clsx from 'clsx'; export const CommentNavigationTab = ( { children, className } ) => (
{ children }
); export default CommentNavigationTab;