Skip to content

Commit

Permalink
Update docs/recipes/ApolloClientCache.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Edwards <[email protected]>
  • Loading branch information
frankcalise and cdanwards authored Jun 21, 2024
1 parent aeda635 commit d7ccdb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/recipes/ApolloClientCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ touch app/stores/apollo/index.tsx
Open up `app/stores/apollo/index.tsx` and initialize your Apollo Client, feel free to customize this to your liking:

```tsx title="app/stores/apollo/index.tsx"
// app/stores/apollo/index.tsx
import { ApolloClient, InMemoryCache } from "@apollo/client";

const cache = new InMemoryCache();
Expand Down

0 comments on commit d7ccdb8

Please sign in to comment.