diff --git a/src/common/ApolloClient.ts b/src/common/ApolloClient.ts index 1427594..3dd5711 100644 --- a/src/common/ApolloClient.ts +++ b/src/common/ApolloClient.ts @@ -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({