import Link from 'next/link'; const DiseasesAndConditions = ({ taxons = [] }) => { return ( ); }; export default DiseasesAndConditions;