aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils')
-rw-r--r--packages/order-utils/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/order-utils/src/index.ts b/packages/order-utils/src/index.ts
index 5852a01b9..c685a94e2 100644
--- a/packages/order-utils/src/index.ts
+++ b/packages/order-utils/src/index.ts
@@ -1,7 +1,6 @@
export { orderHashUtils } from './order_hash';
export { signatureUtils } from './signature_utils';
export { constants } from './constants';
-export { crypto } from './crypto';
export { generatePseudoRandomSalt } from './salt';
export {
OrderError,