import React from 'react'; const TagLabel = ({ children }) => (
{children}
); export default TagLabel;