import React from 'react' const PokemonAbility = ({ abilityName }) => (
Hidden ability
{abilityName}
) export default PokemonAbility