aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/src/index.ts')
-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 c685a94e2..85d26de81 100644
--- a/packages/order-utils/src/index.ts
+++ b/packages/order-utils/src/index.ts
@@ -1,6 +1,5 @@
export { orderHashUtils } from './order_hash';
export { signatureUtils } from './signature_utils';
-export { constants } from './constants';
export { generatePseudoRandomSalt } from './salt';
export {
OrderError,