Skip to content

Commit

Permalink
Merge pull request #11233 from colmer/patch-2
Browse files Browse the repository at this point in the history
fix docs: Remove unused split import
  • Loading branch information
shorgi authored Sep 20, 2023
2 parents c372bad + 2539a0b commit 4c45d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/networking/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ VueJS example:
```js
import ApolloClient from "apollo-client";
import { HttpLink } from "apollo-link-http";
import { ApolloLink, concat, split } from "apollo-link";
import { ApolloLink, concat } from "apollo-link";
import { InMemoryCache } from "apollo-cache-inmemory";
import { getMainDefinition } from "apollo-utilities";

Expand Down

0 comments on commit 4c45d5a

Please sign in to comment.