mirror of
https://github.com/vercel/commerce.git
synced 2025-03-19 10:34:59 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
|
import customerApi from '@framework/api/endpoints/customer'
|
||
|
import commerce from '@lib/api/commerce'
|
||
|
|
||
|
export default customerApi(commerce)
|