Files
makemd/dashboard/src/pages/B2BTrade/index.ts

7 lines
339 B
TypeScript
Raw Normal View History

export { EnterpriseQuote } from './EnterpriseQuote';
export { BatchOrder } from './BatchOrder';
export { ContractManage } from './ContractManage';
export { default as EnterpriseQuotePage } from './EnterpriseQuote';
export { default as BatchOrderPage } from './BatchOrder';
export { default as ContractManagePage } from './ContractManage';