1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-12 19:01:22 +00:00
2022-01-07 11:48:45 -05:00

5 lines
139 B
TypeScript

import customerApi from '@framework/api/endpoints/customer'
import commerce from '@lib/api/commerce'
export default customerApi(commerce)