mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
rename folder
This commit is contained in:
8
providers/saleor/utils/mutations/index.ts
Normal file
8
providers/saleor/utils/mutations/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { AccountCreate } from './account-create'
|
||||
export { CheckoutCreate } from './checkout-create'
|
||||
export { CheckoutLineAdd } from './checkout-line-add'
|
||||
export { CheckoutLineUpdate } from './checkout-line-update'
|
||||
export { CheckoutLineDelete } from './checkout-line-remove'
|
||||
export { SessionCreate } from './session-create'
|
||||
export { SessionDestroy } from './session-destroy'
|
||||
export { CheckoutAttach } from './checkout-attach'
|
Reference in New Issue
Block a user