fix docs
This commit is contained in:
7
src/features/b2b/index.ts
Normal file
7
src/features/b2b/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { useCreatePurchaseRequest } from './hooks/useCreatePurchaseRequest'
|
||||
export { useMyPurchaseRequests } from './hooks/useMyPurchaseRequests'
|
||||
export type {
|
||||
CreatePurchaseRequestBody,
|
||||
B2bPurchaseRequest,
|
||||
B2bPurchaseRequestListResponse,
|
||||
} from './api/b2bApi'
|
||||
Reference in New Issue
Block a user