parent
568c9151ef
commit
2753d26cc3
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
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;
|
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
const tabSex = [
|
||||||
|
{ label: "Homme", value: "Homme" },
|
||||||
|
{ label: "Femmme", value: "Femmme" },
|
||||||
|
{ label: "Non-binaire", value: "Non-binaire" },
|
||||||
|
{ label: "Autre", value: "Autre" },
|
||||||
|
]
|
||||||
|
|
||||||
|
export default tabSex;
|
Loading…
Reference in new issue