Skip to content

Commit d92e2f4

Browse files
authored
Fix comments for IB
1 parent e317098 commit d92e2f4

File tree

1 file changed

+5
-3
lines changed
  • mpc-core-kit-web/quick-starts/mpc-core-kit-angular-quick-start/src/app

1 file changed

+5
-3
lines changed

mpc-core-kit-web/quick-starts/mpc-core-kit-angular-quick-start/src/app/app.component.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Component } from "@angular/core";
2-
import { CHAIN_NAMESPACES } from "@web3auth/base";
32
// IMP START - Quick Start
43
import {
54
COREKIT_STATUS,
@@ -13,12 +12,15 @@ import {
1312
WEB3AUTH_NETWORK,
1413
Web3AuthMPCCoreKit,
1514
} from "@web3auth/mpc-core-kit";
15+
import { CHAIN_NAMESPACES } from "@web3auth/base";
16+
// IMP END - Quick Start
17+
import Web3 from "web3";
1618
import { BN } from "bn.js";
19+
// IMP START - Auth Provider Login
1720
// Firebase libraries for custom authentication
1821
import { initializeApp } from "firebase/app";
1922
import { getAuth, GoogleAuthProvider, signInWithPopup, UserCredential } from "firebase/auth";
20-
// IMP END - Quick Start
21-
import Web3 from "web3";
23+
// IMP END - Auth Provider Login
2224

2325
// IMP START - SDK Initialization
2426
// IMP START - Dashboard Registration

0 commit comments

Comments
 (0)