import React from 'react'; function ShowPokemon() { return <>a pokemon?</>; } export default ShowPokemon;