Skip to content

Commit

Permalink
fixed react scope error
Browse files Browse the repository at this point in the history
  • Loading branch information
chandel-aman committed Nov 14, 2023
1 parent caafa20 commit c495c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getRefreshToken.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit c495c47

Please sign in to comment.