Skip to content

Commit f3ebc8c

Browse files
committed
fix(index.ts): fix import statement to correctly reference AddZKProgram module with lowercase 'k' in filename
1 parent 5a4475a commit f3ebc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/project-ts/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Add } from './Add.js';
2-
import { AddZKProgram } from './AddZKProgram.js';
2+
import { AddZKProgram } from './AddZKprogram.js';
33

44
export { Add, AddZKProgram };

0 commit comments

Comments
 (0)