mirror of
https://github.com/vercel/commerce.git
synced 2025-03-16 07:22:32 +00:00
5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
|
import logoutApi from '@framework/api/endpoints/logout'
|
||
|
import commerce from '@lib/api/commerce'
|
||
|
|
||
|
export default logoutApi(commerce)
|