Skip to content

Commit 8df361c

Browse files
committed
feat(Add.ts): import AddProgramProof from AddZKprogram to enable usage in Add.ts
1 parent 5be8e84 commit 8df361c

File tree

1 file changed

+1
-0
lines changed
  • templates/project-ts/src

1 file changed

+1
-0
lines changed

templates/project-ts/src/Add.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Field, SmartContract, state, State, method } from 'o1js';
2+
import { AddProgramProof } from './AddZKprogram';
23

34
/**
45
* Basic Example

0 commit comments

Comments
 (0)