You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
|
|
const tabNat = [
|
|
{ label: "France", value: "Français" },
|
|
{ label: "Allemagne", value: "Allemand" },
|
|
{ label: "Espagne", value: "Espagnol" },
|
|
{ label: "Royaume-Uni", value: "Anglais" },
|
|
{ label: "États-Unis", value: "Américain" },
|
|
{ label: "Italie", value: "Italien" },
|
|
]
|
|
|
|
export default tabNat; |