We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699fbe7 commit 1c6a04eCopy full SHA for 1c6a04e
quick-starts/nextjs-quick-start/app/layout.tsx
@@ -1,5 +1,7 @@
1
import React from "react";
2
+// IMP START - Quick Start
3
import Provider from "../components/provider";
4
+// IMP END - Quick Start
5
import "./globals.css";
6
7
import { Inter } from "next/font/google";
quick-starts/nextjs-quick-start/components/App.tsx
@@ -1,6 +1,4 @@
-// IMP START - Quick Start
import { useWeb3AuthConnect, useWeb3AuthDisconnect, useWeb3AuthUser } from "@web3auth/modal/react";
-// IMP END - Quick Start
// IMP START - Blockchain Calls
import { useAccount } from "wagmi";
import { SendTransaction } from "./wagmi.tsx/sendTransaction";
0 commit comments