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

@@ -7,7 +7,6 @@ export { default as getCheckoutId } from './get-checkout-id'
export { default as checkoutCreate } from './checkout-create'
export { default as checkoutToCart } from './checkout-to-cart'
export { default as handleLogin, handleAutomaticLogin } from './handle-login'
export { default as handleAccountActivation } from './handle-account-activation'
export { default as throwUserErrors } from './throw-user-errors'
export * from './queries'
export * from './mutations'