Skip to content

Commit 0b0f588

Browse files
committed
feat(customNextPage.js): import Field and Proof modules from o1js library to support additional functionality in the application
1 parent 6899412 commit 0b0f588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ui/next/customNextPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import GradientBG from '../components/GradientBG.js';
66
import styles from '../styles/Home.module.css';
77
import heroMinaLogo from '../public/assets/hero-mina-logo.svg';
88
import arrowRightSmall from '../public/assets/arrow-right-small.svg';
9-
import {fetchAccount, Mina, PublicKey} from "o1js";
9+
import {fetchAccount, Mina, PublicKey, Field, Proof} from "o1js";
1010
import { Add, AddZKprogram } from "../../contracts";
1111
1212
// We've already deployed the Add contract on testnet at this address

0 commit comments

Comments
 (0)