Skip to content

Commit bbe9c75

Browse files
committed
feat(AddZKprogram.ts): import Field module from 'o1js' library to use in ZkProgram
1 parent b15534c commit bbe9c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project-ts/src/AddZKprogram.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ZkProgram } from 'o1js';
1+
import { ZkProgram, Field } from 'o1js';
22

33
export const Add = ZkProgram({
44
name: 'add-program',

0 commit comments

Comments
 (0)