This commit is contained in:
Sewmina 2024-07-31 21:12:05 +05:30
parent 25dee9455d
commit 7cf55ceaa8

View File

@ -1,7 +1,7 @@
import { useRouter } from "next/router";
import { useEffect, useState } from "react";
import { getAccessToken, usePrivy } from "@privy-io/react-auth";
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
//import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import Head from "next/head";
import { useBalance } from 'wagmi';