11 lines
273 B
TypeScript
11 lines
273 B
TypeScript
|
|
/**
|
||
|
|
* 배차차량관리 컴포넌트 Export
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { VehicleDispatchList } from './VehicleDispatchList';
|
||
|
|
export { VehicleDispatchDetail } from './VehicleDispatchDetail';
|
||
|
|
export { VehicleDispatchEdit } from './VehicleDispatchEdit';
|
||
|
|
|
||
|
|
// Types
|
||
|
|
export * from './types';
|