Skip to content

Commit

Permalink
changed import
Browse files Browse the repository at this point in the history
  • Loading branch information
boray committed Aug 3, 2024
1 parent 2138926 commit c2d1bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/provable/string.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Bool, Field } from './wrapped.js';
import { Provable } from './provable.js';
import { Poseidon } from './crypto/poseidon.js';
import { Poseidon, HashInput } from './crypto/poseidon.js';
import { Gadgets } from './gadgets/gadgets.js';
import { Struct } from './types/struct.js';
import { provable, HashInput } from './types/provable-derivers.js';
import { provable } from './types/provable-derivers.js';

export { Character, CircuitString };

Expand Down

0 comments on commit c2d1bce

Please sign in to comment.