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