Skip to content

Commit

Permalink
fix(core): import for non-React env
Browse files Browse the repository at this point in the history
Closes: #60
  • Loading branch information
blackxored committed Feb 22, 2023
1 parent 7380691 commit d13fddc
Show file tree
Hide file tree
Showing 2 changed files with 10,959 additions and 6,799 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable import/no-unresolved,import/extensions */
import { ApolloLink } from '@apollo/client';
import { ApolloLink } from '@apollo/client/core';
import formatMessage from './formatMessage';
import logging from './logging';

Expand Down
Loading

0 comments on commit d13fddc

Please sign in to comment.