Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 20, 2022
1 parent 1b61c78 commit 4aff88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-typescript-graphql/pages/index.tsx
@@ -1,5 +1,5 @@
import { useMutation, useQuery } from '@apollo/client'
import { graphql, useFragment } from 'lib/gql'
import { graphql } from 'lib/gql'
import Link from 'next/link'
import { useState } from 'react'
import { initializeApollo } from '../lib/apollo'
Expand Down

0 comments on commit 4aff88f

Please sign in to comment.