Skip to content

Commit

Permalink
Fix: remove already-defined export
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored Sep 21, 2018
1 parent 38c992c commit 29320bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-boost/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { InMemoryCache, CacheResolverMap } from 'apollo-cache-inmemory';
import gql from 'graphql-tag';
import ApolloClient from 'apollo-client';

export { gql, InMemoryCache, HttpLink };
export { gql, HttpLink };

export interface PresetConfig {
request?: (operation: Operation) => Promise<void>;
Expand Down

0 comments on commit 29320bd

Please sign in to comment.