We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6899412 commit 0b0f588Copy full SHA for 0b0f588
src/lib/ui/next/customNextPage.js
@@ -6,7 +6,7 @@ import GradientBG from '../components/GradientBG.js';
6
import styles from '../styles/Home.module.css';
7
import heroMinaLogo from '../public/assets/hero-mina-logo.svg';
8
import arrowRightSmall from '../public/assets/arrow-right-small.svg';
9
-import {fetchAccount, Mina, PublicKey} from "o1js";
+import {fetchAccount, Mina, PublicKey, Field, Proof} from "o1js";
10
import { Add, AddZKprogram } from "../../contracts";
11
12
// We've already deployed the Add contract on testnet at this address
0 commit comments