Skip to content

Commit

Permalink
Aaaand do it over here too
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed Feb 7, 2024
1 parent f7e3b87 commit ae58905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/federation/integration-test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {jest} from '@jest/globals';
import { HttpLink, InMemoryCache, ApolloClient} from '@apollo/client';
import { HttpLink, InMemoryCache, ApolloClient} from '@apollo/client/core';
import fetch from 'cross-fetch';
const gql = import('graphql-tag');

Expand Down

0 comments on commit ae58905

Please sign in to comment.