Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: use upstream package
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 10, 2019
1 parent 3dc9011 commit 0537c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync/src/cache.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Store } from "idb-localstorage";
import { persistCache } from "@graphqlheroes/apollo-cache-persist";
import { persistCache } from "apollo-cache-persist";
import { InMemoryCache } from "apollo-cache-inmemory";
import { PersistedData, PersistentStore } from "offix-offline";

Expand Down

0 comments on commit 0537c5c

Please sign in to comment.