Skip to content

Commit 7664ef9

Browse files
committed
size
1 parent f2ac52c commit 7664ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contexts/ContractsContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createContext, useContext, useState, useEffect, useRef, type ReactNode, useCallback } from 'react';
1+
import { createContext, useContext, useState, useEffect, type ReactNode, useCallback } from 'react';
22
import type { TokenContract } from '@aztec/noir-contracts.js/Token';
33
import type { AMMContract } from '@aztec/noir-contracts.js/AMM';
44
import { useWallet } from './WalletContext';
@@ -8,7 +8,7 @@ import { Fr } from '@aztec/aztec.js/fields';
88
import { BatchCall, getContractInstanceFromInstantiationParams, type SentTx } from '@aztec/aztec.js/contracts';
99
import { SponsoredFeePaymentMethod } from '@aztec/aztec.js/fee';
1010
import { SPONSORED_FPC_SALT } from '@aztec/constants';
11-
import { ProofOfPasswordContract } from '../../contracts/target/ProofOfPassword.ts';
11+
import type { ProofOfPasswordContract } from '../../contracts/target/ProofOfPassword.ts';
1212

1313
class BigDecimal {
1414
// Configuration: private constants

0 commit comments

Comments
 (0)