import React from 'react'; // A crop's icon and name, linking to a planting. Matches plantings/_tiny. export default function CropChip({url, crop, defaultIconUrl, highlighted}) { return (
{crop.name} {crop.name}
); }