Update imports to use generated Swagger API paths

This commit is contained in:
Lorenz Hilpert
2025-01-29 17:43:20 +01:00
parent 8e7b067310
commit fd11cf19e4
355 changed files with 451 additions and 442 deletions

View File

@@ -1,4 +1,4 @@
import { ShippingAddressDTO } from '@swagger/crm';
import { ShippingAddressDTO } from '@generated/swagger/crm-api';
import { ShippingAddressHelper } from './shipping-address.helper';
describe('ShippingAddressHelper', () => {