saleor: remove unused code

This commit is contained in:
Zaiste
2021-05-11 14:28:01 +02:00
parent e98a9f4d6f
commit 3873b48c59
7 changed files with 6 additions and 75 deletions

View File

@@ -5,5 +5,4 @@ export { default as checkoutLineItemUpdateMutation } from './checkout-line-item-
export { default as checkoutLineItemRemoveMutation } from './checkout-line-item-remove'
export { default as customerAccessTokenCreateMutation } from './customer-access-token-create'
export { default as customerAccessTokenDeleteMutation } from './customer-access-token-delete'
export { default as customerActivateMutation } from './customer-activate'
export { default as customerActivateByUrlMutation } from './customer-activate-by-url'