Skip to content

Commit c64eb52

Browse files
committed
style(index.ts): fix import statement case to match file name for AddZKprogram
1 parent 79c5d8e commit c64eb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/project-ts/src/index.ts

+2-2
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

4-
export { Add, AddZKProgram };
4+
export { Add, AddZKprogram };

0 commit comments

Comments
 (0)