Skip to content

Commit

Permalink
fix: export wrap correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Feb 15, 2024
1 parent 5758a3d commit 5e9745b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* istanbul ignore file */
export * as crypto from './utils/subtle-crypto';
export * from './hooks';
export * from './tests';
2 changes: 2 additions & 0 deletions src/tests/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* istanbul ignore file */
export * from './wrap';

0 comments on commit 5e9745b

Please sign in to comment.