freight-web/src/services/index.ts

3 lines
121 B
TypeScript
Raw Normal View History

2024-03-04 07:10:11 +00:00
export * as ProfileApi from './profile'
export * as ReceiveApi from './receive'
export * as ShipmentApi from './shipment'