Skip to content

Commit 7c2a071

Browse files
committed
nit
1 parent 93b9a76 commit 7c2a071

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

quick-starts/react-quick-start/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import "./App.css";
2-
// IMP START - Quick Start
32
import { useWeb3AuthConnect, useWeb3AuthDisconnect, useWeb3AuthUser } from "@web3auth/modal/react";
4-
// IMP END - Quick Start
5-
63
// IMP START - Blockchain Calls
74
import { useAccount } from "wagmi";
85
import { SendTransaction } from "./components/sendTransaction";

quick-starts/react-quick-start/src/web3authContext.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// IMP START - Quick Start
12
import { WEB3AUTH_NETWORK } from "@web3auth/modal";
23
import { type Web3AuthContextConfig } from "@web3auth/modal/react";
4+
// IMP END - Quick Start
35

46
// IMP START - Dashboard Registration
57
const clientId = import.meta.env.VITE_WEB3AUTH_CLIENT_ID || ""; // get from https://dashboard.web3auth.io

0 commit comments

Comments
 (0)