Skip to content

Commit

Permalink
fix: migration to envio v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Sep 30, 2024
1 parent d27882b commit 3023fad
Show file tree
Hide file tree
Showing 5 changed files with 1,823 additions and 38,866 deletions.
2 changes: 1 addition & 1 deletion app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { useState, type ReactNode } from "react";
import { WagmiProvider } from "wagmi";
import { config } from "@/wagmi";
import { ApolloClient, HttpLink, InMemoryCache } from '@apollo/client';
import { ApolloClient, InMemoryCache } from '@apollo/client';
import { ApolloProvider } from '@apollo/client/react';

const client = new ApolloClient({
Expand Down
Loading

0 comments on commit 3023fad

Please sign in to comment.