Skip to content

Commit 1c6a04e

Browse files
committed
nit
1 parent 699fbe7 commit 1c6a04e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quick-starts/nextjs-quick-start/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from "react";
2+
// IMP START - Quick Start
23
import Provider from "../components/provider";
4+
// IMP END - Quick Start
35
import "./globals.css";
46

57
import { Inter } from "next/font/google";

quick-starts/nextjs-quick-start/components/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// IMP START - Quick Start
21
import { useWeb3AuthConnect, useWeb3AuthDisconnect, useWeb3AuthUser } from "@web3auth/modal/react";
3-
// IMP END - Quick Start
42
// IMP START - Blockchain Calls
53
import { useAccount } from "wagmi";
64
import { SendTransaction } from "./wagmi.tsx/sendTransaction";

0 commit comments

Comments
 (0)