diff --git a/src/index.tsx b/src/index.tsx index ed5339be2d..3d528d9d77 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,7 +8,6 @@ import { InMemoryCache, HttpLink, split, - ApolloLink, } from '@apollo/client'; import { getMainDefinition } from '@apollo/client/utilities'; import { GraphQLWsLink } from '@apollo/client/link/subscriptions'; diff --git a/src/utils/getRefreshToken.ts b/src/utils/getRefreshToken.ts index 75f2d95ecb..f3145c4b48 100644 --- a/src/utils/getRefreshToken.ts +++ b/src/utils/getRefreshToken.ts @@ -1,4 +1,4 @@ -import { ApolloClient, InMemoryCache, HttpLink, gql } from '@apollo/client'; +import { ApolloClient, InMemoryCache, HttpLink } from '@apollo/client'; import { BACKEND_URL } from 'Constant/constant'; import { REFRESH_TOKEN_MUTATION } from 'GraphQl/Mutations/mutations';