fix : corrections de tous les retours

This commit is contained in:
tristan
2026-02-13 17:07:15 +01:00
parent f58dc36a0d
commit 09d108a1d5
33 changed files with 352 additions and 120 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface AddressData {
postalCode: string
city: string
countryCode: string
fullAddress: string
}
export interface AddressFormData {