Skip to content

Commit

Permalink
redundant import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 22, 2023
1 parent c7a33a1 commit 61d346f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/circuits.js/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './contract_function_dao.js';
export { CompleteAddress } from '../structs/index.js';
export * from './deployment_info.js';
export * from './partial_address.js';
export * from './grumpkin_private_key.js';
Expand Down
1 change: 1 addition & 0 deletions yarn-project/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ export * from './interfaces/index.js';
export * from './sibling_path.js';
export * from './auth_witness.js';
export * from '@aztec/circuits.js/types';
export { CompleteAddress } from '@aztec/circuits.js';

0 comments on commit 61d346f

Please sign in to comment.