[SYNC] fix: Correct DTO export paths in carta-porte module
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
49839476c4
commit
3111f485f9
@ -13,10 +13,8 @@ export {
|
|||||||
} from './services';
|
} from './services';
|
||||||
|
|
||||||
// Export standalone validated DTOs (preferred for new code)
|
// Export standalone validated DTOs (preferred for new code)
|
||||||
export {
|
export { CreateCartaPorteDto } from './dto/create-carta-porte.dto';
|
||||||
CreateCartaPorteDto,
|
export { UpdateCartaPorteDto } from './dto/update-carta-porte.dto';
|
||||||
UpdateCartaPorteDto,
|
|
||||||
} from './dto/create-carta-porte.dto';
|
|
||||||
|
|
||||||
export * from './dto/ubicacion-carta-porte.dto';
|
export * from './dto/ubicacion-carta-porte.dto';
|
||||||
export * from './dto/mercancia-carta-porte.dto';
|
export * from './dto/mercancia-carta-porte.dto';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user