fix : corrections de tous les retours
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s

This commit is contained in:
2026-02-13 17:07:15 +01:00
parent f58dc36a0d
commit 09d108a1d5
33 changed files with 352 additions and 120 deletions

View File

@@ -6,6 +6,7 @@ export interface AddressData {
postalCode: string
city: string
countryCode: string
fullAddress: string
}
export interface AddressFormData {