import React from 'react'; import {AppPokemonIndexQueryResponse} from '../../../__generated__/AppPokemonIndexQuery.graphql'; import PokemonShow from './Show'; function PokemonIndex( props: AppPokemonIndexQueryResponse ): React.ReactElement { return ( ); } export default PokemonIndex;