Skip to content

Commit

Permalink
try: apollo client core import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shamscorner committed May 5, 2022
1 parent 442ad35 commit 9085d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ApolloClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApolloClient, InMemoryCache, createHttpLink } from '@apollo/client/core/index'
import { ApolloClient, InMemoryCache, createHttpLink } from '@apollo/client/core/index.js'

// HTTP connection to the API
const httpLink = createHttpLink({
Expand Down

0 comments on commit 9085d7b

Please sign in to comment.