import Link from 'next/link' const TagItem = ({ tag }) => (
{tag}
) export default TagItem